Uses of Class
org.jpox.state.ActivityState

Packages that use ActivityState
org.jpox This package provides classes that are typically client-facing. 
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
 

Uses of ActivityState in org.jpox
 

Methods in org.jpox with parameters of type ActivityState
 void StateManager.changeActivityState(ActivityState activityState)
          Update the acitvity state.
 

Uses of ActivityState in org.jpox.state
 

Fields in org.jpox.state declared as ActivityState
static ActivityState ActivityState.INSERTING
          INSERTING - inserting
static ActivityState ActivityState.INSERTING_CALLBACKS
          INSERTING CALLBACKS - running callbacks after insert
static ActivityState ActivityState.INSERTING_UPDATE
          INSERTING UPDATE - running updates after insert
static ActivityState ActivityState.NONE
          NONE -- doing nothing
 

Methods in org.jpox.state that return ActivityState
static ActivityState ActivityState.getActivityState(java.lang.String value)
          Obtain the ActivityState for the given name by value
 

Methods in org.jpox.state with parameters of type ActivityState
 void StateManagerImpl.changeActivityState(ActivityState activityState)
          Change the activity state.
 void StateManagerImpl.addInsertionNotifier(javax.jdo.spi.StateManager sm, ActivityState activityState)
          Method to add a notifier that we must contact when we have finished our insertion.
 



Copyright © -2007 . All Rights Reserved.