Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


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

Glacier2::StringSet* categories()

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

Return Value

A StringSet object.

Glacier2::StringSet* adapterIds()

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

Return Value

A StringSet object.

Glacier2::IdentitySet* identities()

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

Return Value

An IdentitySet object.

int getSessionTimeout()

Get the session timeout.

Return Value

The timeout.

void destroy()

Destroy the associated session.


  • No labels