Searched defs:MBeanOperationInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanOperationInfo.java40 public class MBeanOperationInfo extends MBeanFeatureInfo implements Cloneable { class in inherits:MBeanFeatureInfo,Cloneable
45 static final MBeanOperationInfo[] NO_OPERATIONS =
46 new MBeanOperationInfo[0];
97 * Constructs an <CODE>MBeanOperationInfo</CODE> object. The
106 public MBeanOperationInfo(String description, Method method) { method in class:MBeanOperationInfo
116 * Constructs an <CODE>MBeanOperationInfo</CODE> object.
128 public MBeanOperationInfo(String name, method in class:MBeanOperationInfo
137 * Constructs an <CODE>MBeanOperationInfo</CODE> object.
153 public MBeanOperationInfo(String name, method in class:MBeanOperationInfo
171 MBeanOperationInfo
[all...]

Completed in 125 milliseconds