@RedisHash(value="RedisRepositoryStateMachine") public class RedisRepositoryStateMachine extends RepositoryStateMachine
RepositoryStateMachine
interface for Redis used for states machines.Constructor and Description |
---|
RedisRepositoryStateMachine() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
getMachineId()
Gets the machine id.
|
java.lang.String |
getState()
Gets the state.
|
byte[] |
getStateMachineContext()
Gets the state machine context.
|
void |
setId(java.lang.String id) |
void |
setMachineId(java.lang.String machineId) |
void |
setState(java.lang.String state) |
void |
setStateMachineContext(byte[] stateMachineContext) |
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getMachineId()
RepositoryStateMachine
getMachineId
in class RepositoryStateMachine
public void setMachineId(java.lang.String machineId)
public java.lang.String getState()
RepositoryStateMachine
getState
in class RepositoryStateMachine
public void setState(java.lang.String state)
public byte[] getStateMachineContext()
RepositoryStateMachine
getStateMachineContext
in class RepositoryStateMachine
public void setStateMachineContext(byte[] stateMachineContext)