| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns the description of the operation.
|
java.lang.String |
getName()
Returns the name of the operation.
|
java.lang.Class<?> |
getOutputType()
Returns the type of the output of the operation.
|
java.util.List<JmxOperationParameter> |
getParameters()
Returns the parameters the operation expects in the order that they should be
provided.
|
java.lang.String getName()
java.lang.Class<?> getOutputType()
java.lang.String getDescription()
java.util.List<JmxOperationParameter> getParameters()