org.shiftone.jrat.util.jmx.dynamic
Class RunnableOperation
java.lang.Object
org.shiftone.jrat.util.jmx.dynamic.RunnableOperation
- All Implemented Interfaces:
- java.lang.Runnable, Operation
public abstract class RunnableOperation
- extends java.lang.Object
- implements Operation, java.lang.Runnable
- Author:
- jeff@shiftone.org (Jeff Drost)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
RunnableOperation
public RunnableOperation()
invoke
public java.lang.Object invoke(java.lang.Object[] params)
- Specified by:
invoke
in interface Operation
getReturnType
public java.lang.String getReturnType()
- Specified by:
getReturnType
in interface Operation
getParameterCount
public int getParameterCount()
getParameterName
public java.lang.String getParameterName(int index)
- Specified by:
getParameterName
in interface Operation
getParameterType
public java.lang.String getParameterType(int index)
getParameterDescription
public java.lang.String getParameterDescription(int index)
- Specified by:
getParameterDescription
in interface Operation