KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > MBeanOperationInfo

javax.management
Class MBeanOperationInfo

java.lang.Object
  extended by javax.management.MBeanFeatureInfo
      extended by javax.management.MBeanOperationInfo
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ModelMBeanOperationInfo, OpenMBeanOperationInfoSupport
See Also:
Top Examples, Source Code

public static final int ACTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ACTION_INFO
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object clone()
See Also:
Cloneable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object o)
See Also:
Hashtable, Object.hashCode(), getSignature(), getImpact(), MBeanFeatureInfo.getDescription(), getReturnType(), MBeanFeatureInfo.getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getImpact()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getReturnType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanParameterInfo[] getSignature()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object), MBeanFeatureInfo
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int INFO
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanOperationInfo(String description,
                          Method method)
                   throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanOperationInfo(String name,
                          String description,
                          MBeanParameterInfo[] signature,
                          String type,
                          int impact)
                   throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNKNOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags