Uses of Class
org.apache.commons.modeler.OperationInfo

Packages that use OperationInfo
org.apache.commons.modeler The Modeler component of the Apache Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification. 
 

Uses of OperationInfo in org.apache.commons.modeler
 

Fields in org.apache.commons.modeler declared as OperationInfo
protected  OperationInfo[] ManagedBean.operations
           
 

Methods in org.apache.commons.modeler that return OperationInfo
 OperationInfo[] ManagedBean.getOperations()
          The collection of operations for this MBean.
 

Methods in org.apache.commons.modeler with parameters of type OperationInfo
 void ManagedBean.addOperation(OperationInfo operation)
          Add a new operation to the set of operations for this MBean.
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.