Glacier2::SessionControl
Overview
interface SessionControl
An administrative session control object, which is tied to the
lifecycle of a Session.
See Also
- Session
Operation Index
- categories
-
Access the object that manages the allowable categories
for object identities for this session.
- adapterIds
-
Access the object that manages the allowable adapter identities
for objects for this session.
- identities
-
Access the object that manages the allowable object identities
for this session.
- getSessionTimeout
-
Get the session timeout.
- destroy
-
Destroy the associated session.
Operations
Access the object that manages the allowable categories
for object identities for this session.
Return Value
A StringSet object.
Access the object that manages the allowable adapter identities
for objects for this session.
Return Value
A StringSet object.
Access the object that manages the allowable object identities
for this session.
Return Value
An IdentitySet object.
Get the session timeout.
Return Value
The timeout.
Destroy the associated session.