Uses of Interface
cz.cuni.amis.pogamut.base.agent.state.level0.IAgentState

Packages that use IAgentState
cz.cuni.amis.pogamut.base.agent   
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.state   
cz.cuni.amis.pogamut.base.agent.state.impl   
cz.cuni.amis.pogamut.base.agent.state.level1   
cz.cuni.amis.pogamut.base.agent.state.level2   
cz.cuni.amis.pogamut.base.agent.state.level3   
cz.cuni.amis.pogamut.base.agent.utils.runner.impl   
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent
 

Methods in cz.cuni.amis.pogamut.base.agent that return types with arguments of type IAgentState
 cz.cuni.amis.utils.flag.ImmutableFlag<IAgentState> IAgent.getState()
          Returns the state of the agent (whether it's running / dead / etc.).
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.impl
 

Methods in cz.cuni.amis.pogamut.base.agent.impl that return IAgentState
 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'.
 

Methods in cz.cuni.amis.pogamut.base.agent.impl that return types with arguments of type IAgentState
 cz.cuni.amis.utils.flag.ImmutableFlag<IAgentState> AbstractAgent.getState()
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.jmx.adapter
 

Methods in cz.cuni.amis.pogamut.base.agent.jmx.adapter that return IAgentState
 IAgentState IAgentMBeanAdapter.getState()
          Returns the state of the agent (whether it's running / dead / etc.).
 IAgentState AgentMBeanAdapter.getState()
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.jmx.proxy
 

Methods in cz.cuni.amis.pogamut.base.agent.jmx.proxy that return types with arguments of type IAgentState
 cz.cuni.amis.utils.flag.ImmutableFlag<IAgentState> AgentJMXProxy.getState()
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.state
 

Constructor parameters in cz.cuni.amis.pogamut.base.agent.state with type arguments of type IAgentState
WaitForAgentStateChange(cz.cuni.amis.utils.flag.Flag<IAgentState> flag, Class<? extends IAgentState> agentState)
           
WaitForAgentStateChange(cz.cuni.amis.utils.flag.Flag<IAgentState> flag, Class<? extends IAgentState> agentState)
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.state.impl
 

Classes in cz.cuni.amis.pogamut.base.agent.state.impl that implement IAgentState
 class AgentState
          Wrapper for the AgentState adding additional String information that provides more details about the agent state.
 class AgentStateDebug
           
 class AgentStateFailed
           
 class AgentStateFailing
           
 class AgentStateInstantiated
           
 class AgentStatePaused
           
 class AgentStatePausing
           
 class AgentStateResumed
           
 class AgentStateResuming
           
 class AgentStateStarted
           
 class AgentStateStartedPaused
           
 class AgentStateStarting
           
 class AgentStateStartingPaused
           
 class AgentStateStopped
           
 class AgentStateStopping
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.state.level1
 

Subinterfaces of IAgentState in cz.cuni.amis.pogamut.base.agent.state.level1
 interface IAgentStateDown
           
 interface IAgentStateGoingDown
           
 interface IAgentStateGoingUp
           
 interface IAgentStateUp
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.state.level2
 

Subinterfaces of IAgentState in cz.cuni.amis.pogamut.base.agent.state.level2
 interface IAgentStateDebug
           
 interface IAgentStateFailed
           
 interface IAgentStateFailing
           
 interface IAgentStateInstantiated
           
 interface IAgentStatePaused
           
 interface IAgentStatePausing
           
 interface IAgentStateResuming
           
 interface IAgentStateRunning
           
 interface IAgentStateStarting
           
 interface IAgentStateStartingPaused
           
 interface IAgentStateStopped
           
 interface IAgentStateStopping
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.state.level3
 

Subinterfaces of IAgentState in cz.cuni.amis.pogamut.base.agent.state.level3
 interface IAgentStateResumed
           
 interface IAgentStateStarted
           
 interface IAgentStateStartedPaused
           
 

Uses of IAgentState in cz.cuni.amis.pogamut.base.agent.utils.runner.impl
 

Fields in cz.cuni.amis.pogamut.base.agent.utils.runner.impl with type parameters of type IAgentState
protected  cz.cuni.amis.utils.flag.FlagListener<IAgentState> MultipleAgentRunner.listener
          Listener that lowers the count on the MultipleAgentRunner.latch (if reaches zero, start method resumes and closes the Pogamut platform), and watches for the agent's failure (MultipleAgentRunner#killAgents(IAgent[]) in this case).
protected  cz.cuni.amis.utils.flag.FlagListener<IAgentState> AgentRunner.listener
          Listener that lowers the count on the MainAgentRunner#latch (if reaches zero, start method resumes and closes the Pogamut platform), and watches for the agent's failure (MainAgentRunner#killAgents(IAgent[]) in this case).
 



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