API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. OpenMBeanOperationInfo View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.23 05/12/01
Serial
Hierarchy
 OpenMBeanOperationInfo
Subinterfaces
Description
public interface OpenMBeanOperationInfo
  Describes an operation of an Open MBean.
See also:   
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares the specified obj parameter with this OpenMBeanOperationInfo instance for equality.
public String getDescription ()
  Returns a human readable description of the operation described by this OpenMBeanOperationInfo instance.
public int getImpact ()
  Returns an int constant qualifying the impact of the operation described by this OpenMBeanOperationInfo instance.
public String getName ()
  Returns the name of the operation described by this OpenMBeanOperationInfo instance.
public OpenType<Object> getReturnOpenType ()
  Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
public String getReturnType ()
  Returns the fully qualified Java class name of the values returned by the operation described by this OpenMBeanOperationInfo instance.
public MBeanParameterInfo getSignature ()
  Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance.
public int hashCode ()
  Returns the hash code value for this OpenMBeanOperationInfo instance.
public String toString ()
  Returns a string representation of this OpenMBeanOperationInfo instance.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar