|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.management.MBeanFeatureInfo (src)
javax.management.MBeanOperationInfo (src)
javax.management.openmbean.OpenMBeanOperationInfoSupport
OpenMBeanOperationInfo implementation
| Field Summary |
| Fields inherited from class javax.management.MBeanOperationInfo (src) |
ACTION, ACTION_INFO, INFO, UNKNOWN |
| Fields inherited from class javax.management.MBeanFeatureInfo (src) |
description, name |
| Constructor Summary | |
OpenMBeanOperationInfoSupport(java.lang.String name,
java.lang.String description,
OpenMBeanParameterInfo (src) [] signature,
OpenType (src) returnOpenType,
int impact)
Contruct an OpenMBeanOperationInfoSupport |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares an object for equality with the implementing class. |
OpenType (src) |
getReturnOpenType()
Retrieves the open type return type of operation. |
int |
hashCode()
Generates a hashcode for the implementation. |
java.lang.String |
toString()
A string representation of the open mbean operation info. |
| Methods inherited from class javax.management.MBeanOperationInfo (src) |
clone, getImpact, getReturnType, getSignature |
| Methods inherited from class javax.management.MBeanFeatureInfo (src) |
getDescription, getName |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.management.openmbean.OpenMBeanOperationInfo (src) |
getDescription, getImpact, getName, getReturnType, getSignature |
| Constructor Detail |
public OpenMBeanOperationInfoSupport(java.lang.String name,
java.lang.String description,
OpenMBeanParameterInfo (src) [] signature,
OpenType (src) returnOpenType,
int impact)
name - cannot be null or emptydescription - cannot be null or emptysignature - the parameters of the operationreturnOpenType - the open type of the return valueimpact - the impact of the operation
java.lang.IllegalArgumentException - when one of the above
constraints is not satisfied| Method Detail |
public OpenType (src) getReturnOpenType()
OpenMBeanOperationInfo (src)
getReturnOpenType in interface OpenMBeanOperationInfo (src) public boolean equals(java.lang.Object obj)
OpenMBeanOperationInfo (src)
The object is not null
The object implements the open mbean operation info interface
The operation names are equal
The signatures are equal
The return types are equal
The impacts are equal
equals in interface OpenMBeanOperationInfo (src) equals in class MBeanOperationInfo (src) public int hashCode()
OpenMBeanOperationInfo (src) The sum of the hashCodes for the elements mentioned in the equals method
hashCode in interface OpenMBeanOperationInfo (src) hashCode in class MBeanOperationInfo (src) public java.lang.String toString()
OpenMBeanOperationInfo (src) It is made up of implementation class and the values mentioned in the equals method
toString in interface OpenMBeanOperationInfo (src) toString in class MBeanOperationInfo (src)
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||