Uses of Class
org.jminor.common.server.ServerException.ServerFullException

Packages that use ServerException.ServerFullException
org.jminor.common.server   
org.jminor.framework.tools.testing   
 

Uses of ServerException.ServerFullException in org.jminor.common.server
 

Methods in org.jminor.common.server that return ServerException.ServerFullException
static ServerException.ServerFullException ServerException.serverFullException()
           
 

Methods in org.jminor.common.server that throw ServerException.ServerFullException
 T RemoteServer.connect(ClientInfo clientInfo)
          Establishes a connection to this RemoteServer
 T AbstractRemoteServer.connect(ClientInfo clientInfo)
          Establishes a connection to this RemoteServer
 T RemoteServer.connect(User user, UUID clientID, String clientTypeID)
          Establishes a connection to this RemoteServer
 T AbstractRemoteServer.connect(User user, UUID clientID, String clientTypeID)
          Establishes a connection to this RemoteServer
 

Uses of ServerException.ServerFullException in org.jminor.framework.tools.testing
 

Methods in org.jminor.framework.tools.testing that throw ServerException.ServerFullException
static LoadTest EntityLoadTestModel.getRemoteLoadTest(String serverHost, String loadTestClassName, User user)