org.oddjob.jmx.client
Class MethodOperation

java.lang.Object
  extended by org.oddjob.jmx.RemoteOperation<Object>
      extended by org.oddjob.jmx.client.MethodOperation

public class MethodOperation
extends RemoteOperation<Object>

A RemoteOperation created based on a Method.

Author:
rob

Constructor Summary
MethodOperation(Method method)
           
 
Method Summary
 String getActionName()
           
 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

MethodOperation

public MethodOperation(Method method)
Method Detail

getActionName

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

getSignature

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