org.sape.carbon.services.jmx.server.mx4j
Class Mx4jMBeanServerService

java.lang.Object
  |
  +--org.sape.carbon.services.jmx.server.mx4j.Mx4jMBeanServerService
All Implemented Interfaces:
FunctionalInterface, Initializable, MBeanServerService

public class Mx4jMBeanServerService
extends Object
implements MBeanServerService, Initializable

Creates a MX4J JMX MBean Server

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.5 $($Author: dvoet $ / $Date: 2003/05/05 21:21:31 $)
Author:
Greg Hinkle, June 2002

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

server

private javax.management.MBeanServer server
Holds a reference to the server.


SERVER_NAME

public static final String SERVER_NAME
Name of the MBean Server.

See Also:
Constant Field Values
Constructor Detail

Mx4jMBeanServerService

public Mx4jMBeanServerService()
Method Detail

initialize

public void initialize(Component thisComponent)
Initializes the component and creates an MBean Server.

Specified by:
initialize in interface Initializable
Parameters:
thisComponent - a reference to the component.

getMBeanServer

public javax.management.MBeanServer getMBeanServer()
Returns the MBean Server

Specified by:
getMBeanServer in interface MBeanServerService
Returns:
the MBean Server


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.