Interface Monitor
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_RMI_CLIENT_PORT
The ports used for RMI communication.static int
DEFAULT_RMI_SERVER_PORT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RootNode
login(Locale locale, User.Name username, String password)
Logs into the server.
-
-
-
Field Detail
-
DEFAULT_RMI_CLIENT_PORT
static final int DEFAULT_RMI_CLIENT_PORT
The ports used for RMI communication.- See Also:
- Constant Field Values
-
DEFAULT_RMI_SERVER_PORT
static final int DEFAULT_RMI_SERVER_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
login
RootNode login(Locale locale, User.Name username, String password) throws RemoteException, IOException, SQLException
Logs into the server. Once authentication has been successfully completed, resolves a (possibly already running) root node. The root node is started in the background. Once started, a root node will always run. There is one unique root node per locale, username, and password combination.- Throws:
RemoteException
IOException
SQLException
-
-