|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 target's JMX URL. |
|
JmxAp(java.lang.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 |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||