|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--springs.persistence.Persistence | +--springs.persistence.Persistence_NoPersistenceImpl
A naive implementation of Persistence that does not provide any persistence service.
Constructor Summary | |
Persistence_NoPersistenceImpl()
|
Method Summary | |
void |
checkpoint(springs.agent.SpringsAgent agent)
Checkpoints the agent. |
boolean |
isSuspended(springs.agent.SpringsAgent agent)
Obtains if the agent is suspended. |
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_NoPersistenceImpl()
Method Detail |
public boolean isSuspended(springs.agent.SpringsAgent agent)
Persistence
isSuspended
in class Persistence
agent
- the agent.
SpringsAgent
public void suspend(springs.agent.SpringsAgent agent)
Persistence
suspend
in class Persistence
agent
- the agent.SpringsAgent
public void checkpoint(springs.agent.SpringsAgent agent)
Persistence
checkpoint
in class Persistence
agent
- the agent.SpringsAgent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |