|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.sape.carbon.services.jmx.server.mx4j.Mx4jMBeanServerService
Creates a MX4J JMX MBean Server
Copyright 2002 Sapient
Field Summary | |
private javax.management.MBeanServer |
server
Holds a reference to the server. |
static String |
SERVER_NAME
Name of the MBean Server. |
Constructor Summary | |
Mx4jMBeanServerService()
|
Method Summary | |
javax.management.MBeanServer |
getMBeanServer()
Returns the MBean Server |
void |
initialize(Component thisComponent)
Initializes the component and creates an MBean Server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private javax.management.MBeanServer server
public static final String SERVER_NAME
Constructor Detail |
public Mx4jMBeanServerService()
Method Detail |
public void initialize(Component thisComponent)
initialize
in interface Initializable
thisComponent
- a reference to the component.public javax.management.MBeanServer getMBeanServer()
getMBeanServer
in interface MBeanServerService
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |