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, DatastoreClass table)
          Update the acitvity state.
 

Uses of ActivityState in org.jpox.state
 

Fields in org.jpox.state declared as ActivityState
static ActivityState ActivityState.DELETING
          Deleting the object.
static ActivityState ActivityState.INSERTING
          Inserting the object.
static ActivityState ActivityState.INSERTING_CALLBACKS
          Running callbacks after the insert of the object.
static ActivityState ActivityState.NONE
          No current activity.
 

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 JDOStateManagerImpl.addInsertionNotifier(javax.jdo.spi.StateManager sm, ActivityState activityState)
          Method to add a notifier that we must contact when we have finished our insertion.
 void JDOStateManagerImpl.changeActivityState(ActivityState activityState, DatastoreClass table)
          Change the activity state.
 



Copyright © -2008 . All Rights Reserved.