Abstract
Abstract
adapterGets a proxy to the object that manages the allowable adapter identities for objects for this session.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Abstract
categoriesGets a proxy to the object that manages the allowable categories for object identities for this session.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Abstract
destroyDestroys the associated session.
The Current object for the dispatch.
A promise like object representing the result of the dispatch.
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).
Abstract
getGets the session timeout.
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.
Abstract
identitiesGets a proxy to the object that manages the allowable object identities for this session.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Static
ice_Obtains the Slice type ID of this type.
The return value is always "::Glacier2::SessionControl".
Represents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session.
See
SessionManager