| Modifier and Type | Class and Description |
|---|---|
class |
AgentOperationNotSupportedException |
class |
CantStartJMXException |
| Modifier and Type | Method and Description |
|---|---|
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'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAgentMBeanAdapter.pause()
This should pause the the agent.
|
void |
AgentMBeanAdapter.pause() |
void |
IAgentMBeanAdapter.resume()
This should resume the logic of the agent.
|
void |
AgentMBeanAdapter.resume() |
void |
IAgentMBeanAdapter.start()
Attempt to launch the agent.
|
void |
AgentMBeanAdapter.start() |
void |
IAgentMBeanAdapter.stop()
Attempt to stop the agent, usually meaning dropping all running flags and see whether
it will stop automatically.
|
void |
AgentMBeanAdapter.stop() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AgentJMXProxy.call(String actionName) |
void |
AgentJMXProxy.pause() |
void |
AgentJMXProxy.resume() |
void |
AgentJMXProxy.start() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LogicModule.start(boolean startPaused) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.