Uses of Interface
cz.cuni.amis.pogamut.base.agent.jmx.IJMXEnabled

Packages that use IJMXEnabled
cz.cuni.amis.pogamut.base.agent.jmx   
cz.cuni.amis.pogamut.base.agent.module   
cz.cuni.amis.pogamut.base.communication.command.impl   
cz.cuni.amis.pogamut.base.utils.jmx   
cz.cuni.amis.pogamut.base.utils.logging   
cz.cuni.amis.pogamut.base.utils.logging.jmx   
 

Uses of IJMXEnabled in cz.cuni.amis.pogamut.base.agent.jmx
 

Methods in cz.cuni.amis.pogamut.base.agent.jmx with parameters of type IJMXEnabled
 void AgentJMXComponents.addComponent(IJMXEnabled component)
          Adding new IJMXEnabled component to the list - registering it so it will be notified when the enableJMX() is called.
 

Uses of IJMXEnabled in cz.cuni.amis.pogamut.base.agent.module
 

Classes in cz.cuni.amis.pogamut.base.agent.module that implement IJMXEnabled
 class JMXAgentModule<AGENT extends AbstractAgent>
          Agent module that provides JMX interface.
 

Uses of IJMXEnabled in cz.cuni.amis.pogamut.base.communication.command.impl
 

Classes in cz.cuni.amis.pogamut.base.communication.command.impl that implement IJMXEnabled
 class Act
          TODO!
 

Uses of IJMXEnabled in cz.cuni.amis.pogamut.base.utils.jmx
 

Classes in cz.cuni.amis.pogamut.base.utils.jmx that implement IJMXEnabled
 class FolderToIJMXEnabledAdapter
          Adapter turning introspection folder into IJMXEnabled component.
 

Uses of IJMXEnabled in cz.cuni.amis.pogamut.base.utils.logging
 

Subinterfaces of IJMXEnabled in cz.cuni.amis.pogamut.base.utils.logging
 interface IAgentLogger
          Basic interface for agent's logs.
 

Classes in cz.cuni.amis.pogamut.base.utils.logging that implement IJMXEnabled
 class AbstractAgentLogger
          All logging apis are fine ...
 class AgentLogger
          All logging apis are fine ...
 

Uses of IJMXEnabled in cz.cuni.amis.pogamut.base.utils.logging.jmx
 

Classes in cz.cuni.amis.pogamut.base.utils.logging.jmx that implement IJMXEnabled
 class AgentLoggerJMXProxy
          Makes remote AgentLogger look like local logger.
 



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