com.metamatrix.platform.security.api
Interface MetaMatrixSessionState


public interface MetaMatrixSessionState

This interface contains the class constants indicating state for a MetaMatrix Session.


Field Summary
static int ACTIVE
          The session is open (active).
static int CLOSED
          The session is closed - this state cannot change once it is reached.
static int EXPIRED
          The session has expired - this state cannot change once it is reached.
static int TERMINATED
          The session is terminated - this state cannot change once it is reached.
 

Field Detail

ACTIVE

static final int ACTIVE
The session is open (active).

See Also:
Constant Field Values

CLOSED

static final int CLOSED
The session is closed - this state cannot change once it is reached.

See Also:
Constant Field Values

EXPIRED

static final int EXPIRED
The session has expired - this state cannot change once it is reached.

See Also:
Constant Field Values

TERMINATED

static final int TERMINATED
The session is terminated - this state cannot change once it is reached.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.