|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.jmx.server.JMXOperationFactory
public class JMXOperationFactory
A RemoteOperation created based on a Method.
| Constructor Summary | |
|---|---|
JMXOperationFactory(Class<?> cl)
|
|
| Method Summary | ||
|---|---|---|
|
operationFor(Method method,
int impact)
|
|
|
operationFor(Method method,
String description,
int impact)
|
|
|
operationFor(String methodName,
int impact)
|
|
|
operationFor(String methodName,
String description,
int impact,
Class<?>... args)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMXOperationFactory(Class<?> cl)
| Method Detail |
|---|
public <T> JMXOperation<T> operationFor(String methodName,
int impact)
public <T> JMXOperation<T> operationFor(String methodName,
String description,
int impact,
Class<?>... args)
public <T> JMXOperation<T> operationFor(Method method,
int impact)
public <T> JMXOperation<T> operationFor(Method method,
String description,
int impact)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||