public final class ClientMonitor extends Object
Constructor and Description |
---|
ClientMonitor(EntityServerAdmin server,
String clientTypeId,
User user)
Instantiates a new
ClientMonitor |
Modifier and Type | Method and Description |
---|---|
String |
clientTypeId() |
void |
refresh()
Refreshes the client info from the server
|
DefaultListModel<RemoteClient> |
remoteClientListModel() |
EntityServerAdmin |
server() |
String |
toString() |
public ClientMonitor(EntityServerAdmin server, String clientTypeId, User user) throws RemoteException
ClientMonitor
server
- the server being monitoredclientTypeId
- the clientTypeId of the clients to monitoruser
- the user to monitorRemoteException
- in case of an exceptionpublic void refresh() throws RemoteException
RemoteException
- in case of an exceptionpublic DefaultListModel<RemoteClient> remoteClientListModel()
public EntityServerAdmin server()
public String clientTypeId()