org.oddjob.jmx.server
Class OperationInfoOperation

java.lang.Object
  extended by org.oddjob.jmx.RemoteOperation<T>
      extended by org.oddjob.jmx.server.JMXOperation<Object>
          extended by org.oddjob.jmx.server.OperationInfoOperation

public class OperationInfoOperation
extends JMXOperation<Object>

A definition of a RemoteOperation base on JMX MBeanOperationInfo.

Author:
rob

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

Constructor Detail

OperationInfoOperation

public OperationInfoOperation(MBeanOperationInfo opInfo)
Method Detail

getActionName

public String getActionName()
Specified by:
getActionName in class RemoteOperation<Object>

getSignature

public String[] getSignature()
Specified by:
getSignature in class RemoteOperation<Object>

getOpInfo

public MBeanOperationInfo getOpInfo()
Specified by:
getOpInfo in class JMXOperation<Object>