|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface State
Represents a state. This state is managed by StatePool.
Note that a State objects should be persistable. Currently, the
State objects are persisted using the Jackson JSON library. Hence the
implementors of the State interface should be careful while defining
their public setter and getter APIs.
| Method Summary | |
|---|---|
String |
getName()
Get the name of the state. |
boolean |
isUpdated()
Returns true if the state is updated since creation (or reload). |
void |
setName(String name)
Set the name of the state. |
| Method Detail |
|---|
boolean isUpdated()
String getName()
void setName(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||