![]() |
Ice 3.8
Slice API Reference
|
Represents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session. More...
defined in <Glacier2/Session.ice>
interface SessionControl { ... }
Operations | |
StringSet * | adapterIds () |
Gets a proxy to the object that manages the allowable adapter identities for objects for this session. | |
StringSet * | categories () |
Gets a proxy to the object that manages the allowable categories for object identities for this session. | |
void | destroy () |
Destroys the associated session. | |
idempotent int | getSessionTimeout () |
Gets the session timeout. | |
IdentitySet * | identities () |
Gets a proxy to the object that manages the allowable object identities for this session. |
Represents a router-provided object that allows an application-provided session manager to configure the routing constraints for a session.
Definition at line 82 of file Session.ice.