org.jminor.framework.server.monitor
Class ClientInstanceMonitor

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

public final class ClientInstanceMonitor
extends Object

A ClientInstanceMonitor


Constructor Summary
ClientInstanceMonitor(ClientInfo client, EntityConnectionServerAdmin server)
           
 
Method Summary
 void disconnect()
           
 long getCreationDate()
           
 ServerLog getLog()
           
 ButtonModel getLoggingEnabledButtonModel()
           
 boolean isLoggingOn()
           
 void setLoggingOn(boolean status)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClientInstanceMonitor

public ClientInstanceMonitor(ClientInfo client,
                             EntityConnectionServerAdmin server)
Method Detail

getLoggingEnabledButtonModel

public ButtonModel getLoggingEnabledButtonModel()

getCreationDate

public long getCreationDate()
                     throws RemoteException
Throws:
RemoteException

getLog

public ServerLog getLog()
                 throws RemoteException
Throws:
RemoteException

isLoggingOn

public boolean isLoggingOn()
                    throws RemoteException
Throws:
RemoteException

setLoggingOn

public void setLoggingOn(boolean status)
                  throws RemoteException
Throws:
RemoteException

disconnect

public void disconnect()
                throws RemoteException
Throws:
RemoteException

toString

public String toString()
Overrides:
toString in class Object