Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
IceGrid::Registry Interface Reference

Represents the main entry point into the IceGrid registry service. More...

defined in <IceGrid/Registry.ice>

interface Registry { ... }

Operations

AdminSessioncreateAdminSession (string userId, string password) throws PermissionDeniedException
 Creates an administrative session.
AdminSessioncreateAdminSessionFromSecureConnection () throws PermissionDeniedException
 Creates an administrative session from a secure connection.
SessioncreateSession (string userId, string password) throws PermissionDeniedException
 Creates a client session.
SessioncreateSessionFromSecureConnection () throws PermissionDeniedException
 Creates a client session from a secure connection.
idempotent int getSessionTimeout ()
 Gets the session timeout.

Detailed Description

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.


The documentation for this interface was generated from the following file: