| Znav |
|---|
| next | Glacier2-SessionManager |
|---|
| prev | Glacier2-Session |
|---|
|
Glacier2::SessionControl
Overview
interface SessionControl
An administrative session control object, which is tied to the lifecycle of a Glacier2::Session.
See Also
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
categories()
Access the object that manages the allowable categories for object identities for this session.
Return Value
A StringSet object.
adapterIds()
Access the object that manages the allowable adapter identities for objects for this session.
Return Value
A StringSet object.
identities()
Access the object that manages the allowable object identities for this session.
Return Value
An IdentitySet object.
int
| Anchor |
|---|
| getSessionTimeout |
|---|
| getSessionTimeout |
|---|
|
getSessionTimeout()
Get the session timeout.
Return Value
The timeout.
void
destroy()
Destroy the associated session.
| Znav |
|---|
| next | Glacier2-SessionManager |
|---|
| prev | Glacier2-Session |
|---|
|