Uses of Package
org.jminor.common.server

Packages that use org.jminor.common.server
org.jminor.common.server   
org.jminor.common.server.loadtest   
org.jminor.framework.server   
org.jminor.framework.server.monitor   
org.jminor.framework.tools.testing   
 

Classes in org.jminor.common.server used by org.jminor.common.server
ClientInfo
          Contains basic information about a remote client.
LoginProxy
          A login proxy.
RemoteServer
          Defines the methods available to remote clients.
ServerException
          An exception originating from a remote server
ServerException.LoginException
          An exception indicating that a login has failed
ServerException.ServerFullException
          An exception indicating that the server is not accepting new connections
 

Classes in org.jminor.common.server used by org.jminor.common.server.loadtest
AbstractRemoteServer
          A default RemoteServer implementation.
ClientInfo
          Contains basic information about a remote client.
RemoteServer
          Defines the methods available to remote clients.
 

Classes in org.jminor.common.server used by org.jminor.framework.server
ClientInfo
          Contains basic information about a remote client.
ServerLog
          A class encapsulating a simple collection of server access log entries and basic connection access info.
 

Classes in org.jminor.common.server used by org.jminor.framework.server.monitor
ClientInfo
          Contains basic information about a remote client.
ServerLog
          A class encapsulating a simple collection of server access log entries and basic connection access info.
 

Classes in org.jminor.common.server used by org.jminor.framework.tools.testing
ServerException.LoginException
          An exception indicating that a login has failed
ServerException.ServerFullException
          An exception indicating that the server is not accepting new connections