Package org.jmx4odp.dynamicManagement

Interface Summary
ModelBeanFactoryMBean  
 

Class Summary
AgentManager This object is a wrapper to MBeanServerFactory.
ModelBeanFactory This MBean dynamically creates ModelMbeans and registeres them with its local JMX agent.
ObjectIntrospector Uses Introspection to build an ModelMBean to manage an object.
PropertyReader These are created by the PropertyReaderFactory.
PropertyReaderFactory This object fetches PropertyReaders.
RemoteObjectFetcher This object retrieves remote objects from a registry.
SimpleEjbManager Example server that starts a JMX agent with an HTML adaptor and dynamically created model MBean for managing remote EJB's

Usage: java org.jmx4odp.dynamicManager.SimpleEjbManager

example:
USAGE java org.jmx4odp.dynamicManager.SimpleEjbManager 8080 rmi://localhost:9012 ejb1 com.yourcompany.ejb1
SimpleJndiManager Example server that starts a JMX agent with an HTML adaptor and dynamically created Model MBeans for managing all the objects in a registry.
SimpleServer Example server that starts a JMX agent with an HTML adaptor and dynamically created Model MBeans for managing classes.

Usage: java org.jmx4odp.dynamicManager.SimpleServer ..