org.oddjob.jmx.server
Class JMXOperation<T>

java.lang.Object
  extended by org.oddjob.jmx.RemoteOperation<T>
      extended by org.oddjob.jmx.server.JMXOperation<T>
Direct Known Subclasses:
JMXOperationPlus, OperationInfoOperation

public abstract class JMXOperation<T>
extends RemoteOperation<T>


Constructor Summary
JMXOperation()
           
 
Method Summary
abstract  MBeanOperationInfo getOpInfo()
           
 
Methods inherited from class org.oddjob.jmx.RemoteOperation
equals, getActionName, getSignature, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXOperation

public JMXOperation()
Method Detail

getOpInfo

public abstract MBeanOperationInfo getOpInfo()