|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--springs.persistence.Persistence
The persistence service.
Constructor Summary | |
Persistence()
|
Method Summary | |
abstract void |
checkpoint(springs.agent.SpringsAgent agent)
Checkpoints the agent. |
abstract boolean |
isSuspended(springs.agent.SpringsAgent agent)
Obtains if the agent is suspended. |
abstract void |
suspend(springs.agent.SpringsAgent agent)
Suspends the agent execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Persistence()
Method Detail |
public abstract boolean isSuspended(springs.agent.SpringsAgent agent)
agent
- the agent.
SpringsAgent
public abstract void suspend(springs.agent.SpringsAgent agent)
agent
- the agent.SpringsAgent
public abstract void checkpoint(springs.agent.SpringsAgent agent)
agent
- the agent.SpringsAgent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |