Package org.objectweb.jonas.jmx

Interface Summary
JmxService JMX Service interface
ManagementRepr Defines all the management operations invoked by management applications through the JonasManagementRepr class.
 

Class Summary
AbsJmxServiceImpl JMX Service implementation This singleton class must exist in each jonas server that is to be administered via JMX
ConnectorFactory Manages the current "jonas provided" RMIConnector used to communicate with the MBEanServer.
JonasManagementRepr Wraper class.
JonasObjectName A set of static classes used to build the names of MBeans used in JOnAS Each MBean or MBean type should have a method here.
ManagementReprFactory Provides an appropriate management representative: an instance of the class indicated in the Jadmin.properties file
ManagementReprImpl Provides a management representative to be used by JMX based management applications, where the JMX implementation is the SUN RI.
Mx4jConnectorFactory Manages the current mx4j RMIConnector used to communicate with the MBEanServer
Mx4jManagementReprImpl Provides a management representative to be used by JMX based management applications, where the JMX implementation is MX4J.
 

Exception Summary
ManagementException Implement exceptions thrown by the management operations