Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
The IceGrid registry provides a registry object to allow clients or administrative clients to create sessions directly with the registry.
Create a client session.
Create an administrative session.
Create a client session from a secure connection.
Create an administrative session from a secure connection.
Get the session timeout.
|
Create a client session.
The user id.
The password for the given user id.
A proxy for the newly created session.
PermissionDeniedException
Raised if the password for the given user id is not correct, or if the user is not allowed access.
|
Create an administrative session.
The user id.
The password for the given user id.
A proxy for the newly created session.
PermissionDeniedException
Raised if the password for the given user id is not correct, or if the user is not allowed access.
|
Create a client session from a secure connection.
The user id.
The password for the given user id.
A proxy for the newly created session.
PermissionDeniedException
Raised if the password for the given user id is not correct, or if the user is not allowed access.
|
Create an administrative session from a secure connection.
A proxy for the newly created session.
PermissionDeniedException
Raised if the password for the given user id is not correct, or if the user is not allowed access.
int getSessionTimeout(); |
Get the session timeout. If a client or administrative client doesn't call the session keepAlive method in the time interval defined by this timeout, IceGrid might reap the session.
The timeout in milliseconds.
<<< Previous | Home | Next >>> |
IceGrid::RandomLoadBalancingPolicy | Up | IceGrid::RegistryObserver |