org.oddjob.jmx.server
Class JMXOperationFactory
java.lang.Object
org.oddjob.jmx.server.JMXOperationFactory
public class JMXOperationFactory
- extends Object
A RemoteOperation
created based on a Method.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXOperationFactory
public JMXOperationFactory(Class<?> cl)
operationFor
public <T> JMXOperation<T> operationFor(String methodName,
int impact)
operationFor
public <T> JMXOperation<T> operationFor(String methodName,
String description,
int impact,
Class<?>... args)
operationFor
public <T> JMXOperation<T> operationFor(Method method,
int impact)
operationFor
public <T> JMXOperation<T> operationFor(Method method,
String description,
int impact)