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.apache.commons.modeler.RegistryTestCase <p>Test Case for the Registry class.</p> @author Craig R. McClanahan @version $Revision$ $Date: 2005-02-26 05:12:25 -0800 (Sat, 26 Feb 2005) $
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. ...
org.jboss.mx.server.registry.BasicMBeanRegistry The registry for object name - object reference mapping in the MBean server. <p> The implementation of this class affects the invocation speed directly, please check any changes for performance. @todo JMI_DOMAIN isn't very protected @see org.jboss.mx.server.registry.MBeanRegistry @author ...
org.apache.commons.modeler.demo.Demo <p>Demonstration program for the Modeller package. Instantiates a set of simple managed objects, and a set of corresponding MBeans, then manipulates the objects through the MBean interfaces. @author Craig R. McClanahan @version $Revision$ $Date: 2005-02-26 05:12:25 -0800 (Sat, 26 Feb 2005) ...