public final class ClientMonitor
extends java.lang.Object
| Constructor and Description |
|---|
ClientMonitor(EntityConnectionServerAdmin server,
java.lang.String clientTypeId,
User user)
Instantiates a new
ClientMonitor |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.DefaultListModel<ClientInstanceMonitor> |
getClientInstanceListModel() |
java.lang.String |
getClientTypeId() |
void |
refresh()
Refreshes the client info from the server
|
java.lang.String |
toString() |
public ClientMonitor(EntityConnectionServerAdmin server, java.lang.String clientTypeId, User user) throws java.rmi.RemoteException
ClientMonitorserver - the server being monitoredclientTypeId - the clientTypeId of the clients to monitoruser - the user to monitorjava.rmi.RemoteException - in case of an exceptionpublic void refresh()
throws java.rmi.RemoteException
java.rmi.RemoteException - in case of an exceptionpublic javax.swing.DefaultListModel<ClientInstanceMonitor> getClientInstanceListModel()
public java.lang.String getClientTypeId()
public java.lang.String toString()
toString in class java.lang.Object