|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentCantResumeException | |
|---|---|
| cz.cuni.amis.pogamut.base.agent | |
| cz.cuni.amis.pogamut.base.agent.impl | |
| Uses of ComponentCantResumeException in cz.cuni.amis.pogamut.base.agent |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent that throw ComponentCantResumeException | |
|---|---|
void |
IAgent.resume()
This should resume the logic of the agent. |
| Uses of ComponentCantResumeException in cz.cuni.amis.pogamut.base.agent.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.impl that throw ComponentCantResumeException | |
|---|---|
void |
AbstractAgent.resume()
Resumes the agent - working only if the agent is in IAgentStatePaused
1) switches state to IAgentStateResuming
2) broadcasts IResumingEvent (transactional)
3) calls resumeAgent()
4) broadcasts IResumedEvent (transactional)
5) switches state to IAgentStateRunning
Prevents recursion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||