public class JmxInvoke extends JmxObject
| Constructor and Description |
|---|
JmxInvoke(java.lang.String pObjectName,
java.lang.String safeName,
java.lang.String pOperationName,
java.lang.Object[] pParams,
java.lang.String[] pSignature)
Creates this JmxInvoke.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCount()
Gets the field errorCount.
|
java.lang.String |
getOperationName()
Gets the field operationName.
|
java.lang.Object[] |
getParams()
Gets the field params.
|
java.lang.String[] |
getSignature()
Gets the field signature.
|
void |
incrementErrorCount()
Sets the field errorCount.
|
java.lang.String |
toString()
String representation of this JmxObject.
|
getObjectName, getObjectNameStringpublic JmxInvoke(java.lang.String pObjectName,
java.lang.String safeName,
java.lang.String pOperationName,
java.lang.Object[] pParams,
java.lang.String[] pSignature)
throws javax.management.MalformedObjectNameException
pObjectName - The name of the object.safeName - The safe name.pOperationName - The operation name.pParams - The parameters for the invoke.pSignature - The signature.javax.management.MalformedObjectNameException - Thrown if a problem with the object name.public java.lang.String getOperationName()
public java.lang.Object[] getParams()
public java.lang.String[] getSignature()
public int getErrorCount()
public void incrementErrorCount()