Ice 3.7 Slice API Reference
Operations | List of all members
Glacier2::SessionControl Interface Reference

An administrative session control object, which is tied to the lifecycle of a Session. More...

defined in <Glacier2/Session.ice>

interface SessionControl { ... }

Operations

StringSetadapterIds ()
 Access the object that manages the allowable adapter identities for objects for this session. More...
 
StringSetcategories ()
 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...
 
IdentitySetidentities ()
 Access the object that manages the allowable object identities for this session. More...
 

Detailed Description

An administrative session control object, which is tied to the lifecycle of a Session.

See also
Session

Operation Documentation

◆ adapterIds()

StringSet* adapterIds ( )

Access the object that manages the allowable adapter identities for objects for this session.

Returns
A StringSet object.

◆ categories()

StringSet* categories ( )

Access the object that manages the allowable categories for object identities for this session.

Returns
A StringSet object.

◆ destroy()

void destroy ( )

Destroy the associated session.

◆ getSessionTimeout()

idempotent int getSessionTimeout ( )

Get the session timeout.

Returns
The timeout.

◆ identities()

IdentitySet* identities ( )

Access the object that manages the allowable object identities for this session.

Returns
An IdentitySet object.

The documentation for this interface was generated from the following file: