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 with parameters of type CommandDispatcher
 int Command.exec(CommandDispatcher cmdDispatcher)
          Executes the command.
abstract  int AbstractCommand.exec(CommandDispatcher cmdDispatcher)
          Abstract redefinition of inherited method.
 

Constructors in org.ow2.jasmine.monitoring.mbeancmd with parameters of type CommandDispatcher
JmxAP(CommandDispatcher cmdDispatcher)
          Creates a JmxAP that connects to the default URL.
JmxAP(java.lang.String jmxUrl, CommandDispatcher cmdDispatcher)
          Creates a JmxAP that connects to a 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 Stat.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Snap.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Scan.exec(CommandDispatcher cmdDispatcher)
           
 int Replay.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Poll.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int MonologJMX.exec(CommandDispatcher cmdDispatcher)
           
 int MLoad.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Mbean.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int JDBCConnections.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract method.
 int Help.exec(CommandDispatcher cmdDispatcher)
          Abstract redefinition of inherited method.
 int Dump.exec(CommandDispatcher cmdDispatcher)
          Implementation of inherited abstract 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.process(long period, java.io.PrintStream out, CommandDispatcher cmdDispatcher)
          Start processing.
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.