| java.lang.Object java.util.EventObject com.versant.core.jdo.LifecycleEvent
Field Summary | |
final public static int | ATTACH | final public static int | CLEAR | final public static int | CREATE | final public static int | DELETE | final public static int | DETACH | final public static int | DIRTY | final public static int | LOAD | final public static int | POSTSTORE | final public static int | PRESTORE |
ATTACH | final public static int ATTACH(Code) | | |
CLEAR | final public static int CLEAR(Code) | | |
CREATE | final public static int CREATE(Code) | | |
DELETE | final public static int DELETE(Code) | | |
DETACH | final public static int DETACH(Code) | | |
DIRTY | final public static int DIRTY(Code) | | |
LOAD | final public static int LOAD(Code) | | |
POSTSTORE | final public static int POSTSTORE(Code) | | |
PRESTORE | final public static int PRESTORE(Code) | | |
LifecycleEvent | public LifecycleEvent(Object source, int type)(Code) | | |
getEventType | public int getEventType()(Code) | | This method returns the event type that triggered the event.
|
getTarget | public Object getTarget()(Code) | | This method returns the other object associated withthe event.
Specifically, the target object is the detached instance in the case
of postAttach, and the persistent instance in the case of postDetach.
|
toTypeString | public static String toTypeString(int type)(Code) | | |
|
|