public class JmxOperationMetadata extends Object implements Serializable
| Constructor and Description |
|---|
JmxOperationMetadata(Method m) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getMethodName() |
JmxOperationParameter[] |
getMethodParameters() |
String |
getOperationName() |
String |
getReturnType() |
String |
toString() |
public JmxOperationMetadata(Method m)
public String getDescription()
public String getOperationName()
public String getMethodName()
public JmxOperationParameter[] getMethodParameters()
public String getReturnType()
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.