Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextGlacier2-SessionManager
prevGlacier2-Session
Section


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.

Ztop

Operations

Glacier2::StringSet*
Anchor
categories
categories
categories()

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

Return Value

A StringSet object.

Glacier2::StringSet*
Anchor
adapterIds
adapterIds
adapterIds()

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

Return Value

A StringSet object.

Glacier2::IdentitySet*
Anchor
identities
identities
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
Anchor
destroy
destroy
destroy()

Destroy the associated session.

Ztop

Znav
nextGlacier2-SessionManager
prevGlacier2-Session
Section