Searched refs:modelMBeanOperations (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java117 new ObjectStreamField("modelMBeanOperations", MBeanOperationInfo[].class)
134 * @serialField modelMBeanOperations MBeanOperationInfo[] The array of
194 private MBeanOperationInfo[] modelMBeanOperations; field in class:ModelMBeanInfoSupport
226 modelMBeanOperations = mbi.getOperations();
330 modelMBeanOperations = operations;
397 final MBeanOperationInfo[] operList = modelMBeanOperations;
432 final MBeanOperationInfo[] operList = modelMBeanOperations;
671 MBeanOperationInfo[] operList = modelMBeanOperations;
792 MBeanOperationInfo[] operList = modelMBeanOperations; //this.getOperations();
1030 modelMBeanOperations
[all...]

Completed in 74 milliseconds