org.jminor.framework.server.monitor
Class ClientMonitor

java.lang.Object
  extended by org.jminor.framework.server.monitor.ClientMonitor

public final class ClientMonitor
extends Object

A ClientMonitor


Constructor Summary
ClientMonitor(EntityConnectionServerAdmin server, String clientTypeID, User user)
           
 
Method Summary
 DefaultListModel getClientInstanceListModel()
           
 String getClientTypeID()
           
 EntityConnectionServerAdmin getServer()
           
 void refresh()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientMonitor

public ClientMonitor(EntityConnectionServerAdmin server,
                     String clientTypeID,
                     User user)
              throws RemoteException
Throws:
RemoteException
Method Detail

refresh

public void refresh()
             throws RemoteException
Throws:
RemoteException

getClientInstanceListModel

public DefaultListModel getClientInstanceListModel()

getClientTypeID

public String getClientTypeID()

getServer

public EntityConnectionServerAdmin getServer()

toString

public String toString()
Overrides:
toString in class Object