Package org.jini.rio.jmx
Class MBeanServerFactory
java.lang.Object
org.jini.rio.jmx.MBeanServerFactory
Created by IntelliJ IDEA. User: ming Date: Nov 25, 2006 Time: 2:38:29 PM
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
server
-
-
Constructor Details
-
MBeanServerFactory
public MBeanServerFactory()
-
-
Method Details
-
getMBeanServer
Get the MBeanServer to use. If the Java Virutal Machine is java 1.5, the platform MBeanServer is returned, otherwise the MBeanServer will be created usingMBeanServerFactory.createMBeanServer()- Returns:
- the
MBeanServer
-