Uses of Class
cz.cuni.amis.pogamut.base.agent.exceptions.AgentException

Packages that use AgentException
cz.cuni.amis.pogamut.base.agent.exceptions   
cz.cuni.amis.pogamut.base.agent.impl   
cz.cuni.amis.pogamut.base.agent.jmx.adapter   
cz.cuni.amis.pogamut.base.agent.jmx.proxy   
cz.cuni.amis.pogamut.base.agent.module   
 

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)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.