org.apache.avalon.phoenix.components.manager.MBeanInfoBuilder An MBeanInfoBuilder is responsible for building Management Topic objects from Configuration objects. The format for Configuration object is specified in the MxInfo specification. The information is loaded into the Target structure. @author <a HREF="mailto:peter at apache.org">Peter Donald& ...
org.jboss.mx.server.MethodMapper Helper class for resolving JMX *Info objects against Method objects. It's typically used during the construction of dispatchers during MBean registration/creation. @author <a HREF="mailto:trevor@protocool.com">Trevor Squires</a>. @author <a HREF="mailto:juha@jboss.org">Juha Li ...
org.jboss.mx.modelmbean.ModelMBeanInvoker An extension of the {@link org.jboss.mx.server.MBeanInvoker MBeanInvoker} that implements the base Model MBean functionality, essentially making the Model MBean just another invoker of managed resources. @see javax.management.modelmbean.ModelMBean @see org.jboss.mx.server.MBeanInvoker @author & ...
org.jboss.mx.persistence.ObjectStreamPersistenceManager Object Stream Persistence Manager. <p> Persists the MBean to the file system using an Object Stream. Includes code based on examples in Juha's JMX Book. <p> Object Streams written to disk are admittedly lacking in the area of "long-term", "portable", or "human-readable" persistence. ...