Ice 3.7 Slice API Reference
|
An administrative session control object, which is tied to the lifecycle of a Session. More...
defined in <Glacier2/Session.ice>
interface SessionControl { ... }
Operations | |
StringSet * | adapterIds () |
Access the object that manages the allowable adapter identities for objects for this session. More... | |
StringSet * | categories () |
Access the object that manages the allowable categories for object identities for this session. More... | |
void | destroy () |
Destroy the associated session. More... | |
idempotent int | getSessionTimeout () |
Get the session timeout. More... | |
IdentitySet * | identities () |
Access the object that manages the allowable object identities for this session. More... | |
An administrative session control object, which is tied to the lifecycle of a Session.
StringSet* adapterIds | ( | ) |
Access the object that manages the allowable adapter identities for objects for this session.
StringSet* categories | ( | ) |
Access the object that manages the allowable categories for object identities for this session.
void destroy | ( | ) |
Destroy the associated session.
idempotent int getSessionTimeout | ( | ) |
Get the session timeout.
IdentitySet* identities | ( | ) |
Access the object that manages the allowable object identities for this session.