|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AgentException in cz.cuni.amis.pogamut.base.agent.exceptions |
|---|
| Subclasses of AgentException in cz.cuni.amis.pogamut.base.agent.exceptions | |
|---|---|
class |
AgentOperationNotSupportedException
|
class |
CantStartJMXException
|
| Uses of AgentException in cz.cuni.amis.pogamut.base.agent.impl |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.impl that throw AgentException | |
|---|---|
IAgentState |
AbstractAgent.awaitState(Class awaitAgentState)
This method is designed to wait for the agent to reach state 'awaitAgentState' (usually used with IAgentStateUp. |
IAgentState |
AbstractAgent.awaitState(Class awaitAgentState,
long timeoutMillis)
This method is designed to wait for the agent's initialization until till 'timeoutMillis'. |
| Uses of AgentException in cz.cuni.amis.pogamut.base.agent.jmx.adapter |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.jmx.adapter that throw AgentException | |
|---|---|
void |
AgentMBeanAdapter.pause()
|
void |
IAgentMBeanAdapter.pause()
This should pause the the agent. |
void |
AgentMBeanAdapter.resume()
|
void |
IAgentMBeanAdapter.resume()
This should resume the logic of the agent. |
void |
AgentMBeanAdapter.start()
|
void |
IAgentMBeanAdapter.start()
Attempt to launch the agent. |
void |
AgentMBeanAdapter.stop()
|
void |
IAgentMBeanAdapter.stop()
Attempt to stop the agent, usually meaning dropping all running flags and see whether it will stop automatically. |
| Uses of AgentException in cz.cuni.amis.pogamut.base.agent.jmx.proxy |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.jmx.proxy that throw AgentException | |
|---|---|
protected Object |
AgentJMXProxy.call(String actionName)
|
void |
AgentJMXProxy.pause()
|
void |
AgentJMXProxy.resume()
|
void |
AgentJMXProxy.start()
|
| Uses of AgentException in cz.cuni.amis.pogamut.base.agent.module |
|---|
| Methods in cz.cuni.amis.pogamut.base.agent.module that throw AgentException | |
|---|---|
protected void |
LogicModule.start(boolean startPaused)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||