Package | Description |
---|---|
org.statefulj.fsm | |
org.statefulj.persistence.common | |
org.statefulj.persistence.jpa | |
org.statefulj.persistence.memory | |
org.statefulj.persistence.mongo |
Modifier and Type | Method and Description |
---|---|
void |
Persister.setCurrent(T stateful,
State<T> current,
State<T> next)
Set the current state to the next state.
|
protected void |
FSM.setCurrent(T stateful,
State<T> current,
State<T> next) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractPersister.setCurrent(T stateful,
State<T> current,
State<T> next)
Set the current State.
|
protected void |
AbstractPersister.throwStaleState(State<T> current,
State<T> next) |
Modifier and Type | Method and Description |
---|---|
void |
JPAPerister.setCurrent(T stateful,
State<T> current,
State<T> next)
Set the current State.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryPersisterImpl.setCurrent(T stateful,
State<T> current,
State<T> next) |
Modifier and Type | Method and Description |
---|---|
void |
MongoPersister.setCurrent(T stateful,
State<T> current,
State<T> next)
Set the current State.
|
protected void |
MongoPersister.throwStaleState(String current,
String next) |
protected void |
MongoPersister.updateInMemory(T stateful,
org.statefulj.persistence.mongo.StateDocumentImpl stateDoc,
String current,
String next) |
Copyright © 2016. All rights reserved.