| |
|
| java.lang.Object org.jpox.state.ActivityState
ActivityState | public class ActivityState (Code) | | 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).
since: 1.1 version: $Revision: 1.5 $ |
INSERTING_CALLBACKS | final public static ActivityState INSERTING_CALLBACKS(Code) | | Running callbacks after the insert of the object. *
|
equals | public boolean equals(Object o)(Code) | | Indicates whether some other object is "equal to" this one.
Parameters: o - the reference object with which to compare. true if this object is the same as the obj argument; false otherwise. |
getActivityState | public static ActivityState getActivityState(String value)(Code) | | Obtain the ActivityState for the given name by value
Parameters: value - the search name the ActivityState for the value or ActivityState.NONE if not found |
getType | public int getType()(Code) | | Accessor for the type.
Type |
toString | public String toString()(Code) | | Returns a string representation of the object.
a string representation of the object. |
|
|
|