All Known Implementing Classes:
OpenMBeanOperationInfoSupport
Describes an operation of an Open MBean.
This interface declares the same methods as the class javax.management.MBeanOperationInfo . A class implementing this interface (typically OpenMBeanOperationInfoSupport ) should extend javax.management.MBeanOperationInfo .
The #getSignature() method should return at runtime an array of instances of a subclass of MBeanParameterInfo which implements the OpenMBeanParameterInfo interface (typically OpenMBeanParameterInfoSupport ).
1.5
- Method from javax.management.openmbean.OpenMBeanOperationInfo Summary: |
---|
equals, getDescription, getImpact, getName, getReturnOpenType, getReturnType, getSignature, hashCode, toString |
Method from javax.management.openmbean.OpenMBeanOperationInfo Detail: |
---|
OpenMBeanOperationInfo instance for equality.
Returns true if and only if all of the following statements are true: OpenMBeanOperationInfo interface.
|
|
|
|
|
|
|
OpenMBeanOperationInfo instance.
The hash code of an
This ensures that |
OpenMBeanOperationInfo instance.
The string representation consists of the name of this class (ie |