|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.state.ActivityState
public class ActivityState
Definition of the activity states of a StateManager. Each activity is mutually exclusive so, for example, a StateManager cannot be inserting and then start deleting (without finishing the insert process first).
| Field Summary | |
|---|---|
static ActivityState |
DELETING
Deleting the object. |
static ActivityState |
INSERTING
Inserting the object. |
static ActivityState |
INSERTING_CALLBACKS
Running callbacks after the insert of the object. |
static ActivityState |
NONE
No current activity. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
static ActivityState |
getActivityState(java.lang.String value)
Obtain the ActivityState for the given name by value |
int |
getType()
Accessor for the type. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ActivityState NONE
public static final ActivityState INSERTING
public static final ActivityState INSERTING_CALLBACKS
public static final ActivityState DELETING
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the reference object with which to compare.
public java.lang.String toString()
toString in class java.lang.Objectpublic int getType()
public static ActivityState getActivityState(java.lang.String value)
value
value - the search name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||