Uses of Class
org.ow2.jasmine.monitoring.mbeancmd.CommandDispatcher

Packages that use CommandDispatcher
org.ow2.jasmine.monitoring.mbeancmd   
org.ow2.jasmine.monitoring.mbeancmd.commands   
org.ow2.jasmine.monitoring.mbeancmd.sampling   
 

Uses of CommandDispatcher in org.ow2.jasmine.monitoring.mbeancmd
 

Methods in org.ow2.jasmine.monitoring.mbeancmd that return CommandDispatcher
 CommandDispatcher JmxAp.getCmdDispatcher()
           
 

Methods in org.ow2.jasmine.monitoring.mbeancmd with parameters of type CommandDispatcher
abstract  int AbstractCommand.exec(CommandDispatcher cmdDispatcher)
          Abstract redefinition of inherited method.
 int Command.exec(CommandDispatcher cmdDispatcher)
          Executes the command.
 

Constructors in org.ow2.jasmine.monitoring.mbeancmd with parameters of type CommandDispatcher
JmxAp(CommandDispatcher cmdDispatcher)
          Creates a JmxAp that connects to the default target's JMX URL.
JmxAp(String jmxUrl, CommandDispatcher cmdDispatcher)
          Creates a JmxAp that connects to a JMX URL.
 

Uses of CommandDispatcher in org.ow2.jasmine.monitoring.mbeancmd.commands
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.commands with parameters of type CommandDispatcher
 int Dump.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int JDBCConnections.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Scan.exec(CommandDispatcher cmdDispatcher)
           
 int Mbean.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Poll.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int MonologJMX.exec(CommandDispatcher cmdDispatcher)
           
 int Stat.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Snap.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Replay.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int MLoad.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Help.exec(CommandDispatcher cmdDispatcher)
          Abstract redefinition of inherited method.
 

Uses of CommandDispatcher in org.ow2.jasmine.monitoring.mbeancmd.sampling
 

Methods in org.ow2.jasmine.monitoring.mbeancmd.sampling with parameters of type CommandDispatcher
 void XServerSampler.setCommandDispatcher(CommandDispatcher commandDispatcher)
           
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.