Uses of Class
org.jpox.state.LifeCycleState

Packages that use LifeCycleState
org.jpox.state Provides classes relating to the life cycle state of a persistable object. 
 

Uses of LifeCycleState in org.jpox.state
 

Methods in org.jpox.state that return LifeCycleState
static LifeCycleState LifeCycleState.getLifeCycleState(int stateType)
          Returns the LifeCycleState for the state constant.
protected  LifeCycleState LifeCycleState.changeState(StateManagerImpl sm, int newStateType)
          Utility to change state to a new state.
protected  LifeCycleState LifeCycleState.changeTransientState(StateManagerImpl sm, int newStateType)
          Utility to change state to a new state.
 LifeCycleState LifeCycleState.transitionMakePersistent(StateManagerImpl sm)
          Method to transition to persistent state.
 LifeCycleState LifeCycleState.transitionDeletePersistent(StateManagerImpl sm)
          Method to transition to delete persistent state.
 LifeCycleState LifeCycleState.transitionMakeTransactional(StateManagerImpl sm)
          Method to transition to transactional state.
 LifeCycleState LifeCycleState.transitionMakeNontransactional(StateManagerImpl sm)
          Method to transition to nontransactional state.
 LifeCycleState LifeCycleState.transitionMakeTransient(StateManagerImpl sm, boolean useFetchPlan)
          Method to transition to transient state.
 LifeCycleState LifeCycleState.transitionCommit(StateManagerImpl sm, javax.jdo.Transaction tx)
          Method to transition to commit state.
 LifeCycleState LifeCycleState.transitionRollback(StateManagerImpl sm, javax.jdo.Transaction tx)
          Method to transition to rollback state.
 LifeCycleState LifeCycleState.transitionRefresh(StateManagerImpl sm)
          Method to transition to refresh state.
 LifeCycleState LifeCycleState.transitionEvict(StateManagerImpl sm)
          Method to transition to evict state.
 LifeCycleState LifeCycleState.transitionReadField(StateManagerImpl sm, boolean isLoaded)
          Method to transition to read-field state.
 LifeCycleState LifeCycleState.transitionWriteField(StateManagerImpl sm)
          Method to transition to write-field state.
 LifeCycleState LifeCycleState.transitionRetrieve(StateManagerImpl sm, boolean fgOnly)
          Method to transition to retrieve state.
 LifeCycleState LifeCycleState.transitionRetrieve(StateManagerImpl sm, javax.jdo.FetchPlan fetchPlan)
          Method to transition to retrieve state.
 LifeCycleState LifeCycleState.transitionDetach(StateManagerImpl sm)
          Method to transition to detached-clean.
 LifeCycleState LifeCycleState.transitionSerialize(StateManagerImpl sm)
          Method to transition when serialised.
 LifeCycleState StateManagerImpl.getLifecycleState()
          Accessor for the LifeCycleState
 

Constructors in org.jpox.state with parameters of type LifeCycleState
IllegalStateTransitionException(LifeCycleState state, java.lang.String transition, StateManagerImpl sm)
          Constructs an illegal state transition exception.
 



Copyright © -2007 . All Rights Reserved.