|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StateFactory
Method Summary | |
---|---|
State |
create(String agentId)
Create a state with given id. |
void |
delete(String agentId)
Delete a state. |
boolean |
exists(String agentId)
Test if a state with given id exists. |
State |
get(String agentId)
Get state with given id. |
Method Detail |
---|
State get(String agentId)
agentId
-
State create(String agentId) throws Exception
agentId
-
Exception
void delete(String agentId) throws Exception
agentId
-
Exception
boolean exists(String agentId)
agentId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |