SilverStream
Application Server 3.5

com.sssw.atg.persist
Class AgoPersistentStateConst

java.lang.Object
 |
 +--com.sssw.atg.persist.AgoPersistentStateConst

public class AgoPersistentStateConst
extends Object

Helper class that contains constants representing the various states of the AgoPersistentStateManager object.


Field Summary
static Integer INITIALIZE_STATE
          Static constant representing the Initialize state of the AgoPersistentStateManager as an Integer.
static int INITIALIZE_STATE_INT
          Static constant representing the Initialize state of the AgoPersistentStateManager as an int.
static Integer LOAD_STATE
          Static constant representing the Load state of the AgoPersistentStateManager as an Integer.
static int LOAD_STATE_INT
          Static constant representing the Load state of the AgoPersistentStateManager as an int.
static Integer RETAIN_STATE
          Static constant representing the Retain state of the AgoPersistentStateManager as an Integer.
static int RETAIN_STATE_INT
          Static constant representing the Retain state of the AgoPersistentStateManager as an int.
static Integer SAVE_STATE
          Static constant representing the Save state of the AgoPersistentStateManager as an Integer.
static int SAVE_STATE_INT
          Static constant representing the Save state of the AgoPersistentStateManager as an int.
 
Constructor Summary
AgoPersistentStateConst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIALIZE_STATE_INT

public static final int INITIALIZE_STATE_INT
Static constant representing the Initialize state of the AgoPersistentStateManager as an int.

RETAIN_STATE_INT

public static final int RETAIN_STATE_INT
Static constant representing the Retain state of the AgoPersistentStateManager as an int.

LOAD_STATE_INT

public static final int LOAD_STATE_INT
Static constant representing the Load state of the AgoPersistentStateManager as an int.

SAVE_STATE_INT

public static final int SAVE_STATE_INT
Static constant representing the Save state of the AgoPersistentStateManager as an int.

INITIALIZE_STATE

public static final Integer INITIALIZE_STATE
Static constant representing the Initialize state of the AgoPersistentStateManager as an Integer.

RETAIN_STATE

public static final Integer RETAIN_STATE
Static constant representing the Retain state of the AgoPersistentStateManager as an Integer.

LOAD_STATE

public static final Integer LOAD_STATE
Static constant representing the Load state of the AgoPersistentStateManager as an Integer.

SAVE_STATE

public static final Integer SAVE_STATE
Static constant representing the Save state of the AgoPersistentStateManager as an Integer.
Constructor Detail

AgoPersistentStateConst

public AgoPersistentStateConst()

SilverStream
Application Server 3.5