AbstractAbstractcreateCreates an administrative session.
The user ID.
The password for the given user.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceGrid.PermissionDeniedException Thrown when authentication or authorization fails.
AbstractcreateCreates an administrative session from a secure connection.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceGrid.PermissionDeniedException Thrown when authentication or authorization fails.
AbstractcreateCreates a client session.
The user ID.
The password for the given user.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceGrid.PermissionDeniedException Thrown when authentication or authorization fails.
AbstractcreateCreates a client session from a secure connection.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceGrid.PermissionDeniedException Thrown when authentication or authorization fails.
Dispatches an incoming request to one of the methods of this generated class, based on the operation name carried by the request.
The incoming request.
The outgoing response (when the selected method returns a value), or a promise with the outgoing response (when the selected method returns a promise).
AbstractgetGets the session timeout. An Ice 3.7 or earlier client can use this value to determine how often it needs to send heartbeats (using ACM) or call IceGrid.SessionPrx.keepAlive (resp. IceGrid.AdminSessionPrx.keepAlive) to keep a session alive in the IceGrid registry.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Returns the Slice type ID of the most-derived interface supported by this object.
The Current object for the invocation.
The Slice type ID of the most-derived interface.
Returns the Slice type IDs of the interfaces supported by this object.
The Current object for the invocation.
The Slice type IDs of the interfaces supported by this object, in alphabetical order.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
The Current object for the invocation.
True if this object has the interface specified by typeID or derives from the interface specified by typeID.
Tests whether this object can be reached.
The Current object for the invocation.
Staticice_Obtains the Slice type ID of this type.
The return value is always "::IceGrid::Registry".
Represents the main entry point into the IceGrid registry service. It provides operations to create sessions with the registry.
Remarks
The Slice compiler generated this skeleton class from Slice interface
::IceGrid::Registry.