![]() |
Ice 3.9
Slice API Reference
|
Represents the main entry point into the IceGrid registry service. More...
defined in <IceGrid/Registry.ice>
interface Registry { ... }
Operations | |
| AdminSession * | createAdminSession (string userId, string password) throws PermissionDeniedException |
| Creates an administrative session. | |
| AdminSession * | createAdminSessionFromSecureConnection () throws PermissionDeniedException |
| Creates an administrative session from a secure connection. | |
| Session * | createSession (string userId, string password) throws PermissionDeniedException |
| Creates a client session. | |
| Session * | createSessionFromSecureConnection () throws PermissionDeniedException |
| Creates a client session from a secure connection. | |
| idempotent int | getSessionTimeout () |
| Gets the session timeout. | |
Represents the main entry point into the IceGrid registry service.
It provides operations to create sessions with the registry.
Definition at line 78 of file Registry.ice.