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

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

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

Methods in org.jminor.common.server that return ServerException.LoginException
static ServerException.LoginException ServerException.loginException()
           
 

Methods in org.jminor.common.server that throw ServerException.LoginException
 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
 ClientInfo LoginProxy.doLogin(ClientInfo clientInfo)
          Performs login validation for the user specified by the client info and returns a client info with the same clientID and the user to propatage for further login procedures, which may or may not be the same user
 

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

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