|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.amattioli.workstate.core.State
it.amattioli.workstate.core.RealState
it.amattioli.workstate.core.CompositeState
it.amattioli.workstate.core.ConcurrentState
public class ConcurrentState
| Field Summary |
|---|
| Fields inherited from class it.amattioli.workstate.core.CompositeState |
|---|
substates |
| Constructor Summary | |
|---|---|
ConcurrentState(MetaConcurrentState metaState,
CompositeState parent)
|
|
| Method Summary | |
|---|---|
void |
enter()
Enter this state and position itself in the default sub-state of every region. |
void |
restore(StateMemento memento)
|
void |
terminate()
|
| Methods inherited from class it.amattioli.workstate.core.CompositeState |
|---|
addAvailableEvents, admitEvent, buildEvent, equals, exit, getMemento, isComplete, receive, receiveEvent, reEnter |
| Methods inherited from class it.amattioli.workstate.core.RealState |
|---|
addAllAttributes, getAllAttributes, getAttribute, getLocalAttributes, getTag, hasAllowedAttribute, hasOwnAttribute, reExit, setAttribute, toString |
| Methods inherited from class it.amattioli.workstate.core.State |
|---|
checkActive, findAncestor, getAvailableEvents, getId, getMemento, getParent, getRootMachine, hasMetaState, isActive, isRegion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConcurrentState(MetaConcurrentState metaState,
CompositeState parent)
| Method Detail |
|---|
public void enter()
throws WorkflowException
enter in class RealStateWorkflowException
public void restore(StateMemento memento)
throws WorkflowException
restore in class RealStateWorkflowException
public void terminate()
throws WorkflowException
terminate in class CompositeStateWorkflowException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||