|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.MBeanFeatureInfo
javax.management.MBeanOperationInfo
javax.management.openmbean.OpenMBeanOperationInfoSupport
Describes an operation of an OpenMBean
Field Summary |
Fields inherited from class javax.management.MBeanOperationInfo |
ACTION, ACTION_INFO, INFO, UNKNOWN |
Constructor Summary | |
OpenMBeanOperationInfoSupport(java.lang.String name,
java.lang.String description,
OpenMBeanParameterInfo[] signature,
OpenType returnOpenType,
int impact)
Creates an instance of OpenMBeanOperationInfoSupport |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Test the specified object for equality. |
OpenType |
getReturnOpenType()
Returns the returntype as an OpenType |
int |
hashCode()
Returns the hashcode of this OpenMBeanOperationInfo |
java.lang.String |
toString()
Returns a String representation of this OpenMBeanOperationInfoSupport |
Methods inherited from class javax.management.MBeanOperationInfo |
getImpact, getReturnType, getSignature |
Methods inherited from class javax.management.MBeanFeatureInfo |
clone, getDescription, getName |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.management.openmbean.OpenMBeanOperationInfo |
getDescription, getImpact, getName, getReturnType, getSignature |
Constructor Detail |
public OpenMBeanOperationInfoSupport(java.lang.String name, java.lang.String description, OpenMBeanParameterInfo[] signature, OpenType returnOpenType, int impact)
OpenMBeanOperationInfoSupport
name
- The name of this operationdescription
- The descriptionsignature
- The parameter[s] of this operationreturnOpenType
- The return typeimpact
- The impact of the operation
java.lang.ArrayStoreException
- If signature is not of type MBeanParameterInfo
OpenMBeanOperationInfo.getImpact()
Method Detail |
public OpenType getReturnOpenType()
OpenType
getReturnOpenType
in interface OpenMBeanOperationInfo
public boolean equals(java.lang.Object obj)
This method will return true if and only if the following conditions are true:
equals
in interface OpenMBeanOperationInfo
equals
in class MBeanOperationInfo
obj
- The object being compared to
public int hashCode()
OpenMBeanOperationInfo
hashCode
in interface OpenMBeanOperationInfo
hashCode
in class MBeanOperationInfo
public java.lang.String toString()
toString
in interface OpenMBeanOperationInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |