org.objectweb.speedo.mim.api
Class DetachedLifeCycle

java.lang.Object
  extended byorg.objectweb.speedo.mim.api.DetachedLifeCycle

public abstract class DetachedLifeCycle
extends java.lang.Object

Representation of the life cycle of a detached JDO Instance.

Author:
Y.Bersihand

Field Summary
static byte DETACHED_CLEAN
           
static byte DETACHED_DIRTY
           
static byte DETACHED_NONE
           
 
Constructor Summary
DetachedLifeCycle()
           
 
Method Summary
static byte initState()
          Get the initial state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DETACHED_CLEAN

public static final byte DETACHED_CLEAN
See Also:
Constant Field Values

DETACHED_DIRTY

public static final byte DETACHED_DIRTY
See Also:
Constant Field Values

DETACHED_NONE

public static final byte DETACHED_NONE
See Also:
Constant Field Values
Constructor Detail

DetachedLifeCycle

public DetachedLifeCycle()
Method Detail

initState

public static byte initState()
Get the initial state.