org.sape.carbon.services.jmx.server.weblogic
Class WebLogicMBeanServerServiceImpl

java.lang.Object
  |
  +--org.sape.carbon.services.jmx.server.weblogic.WebLogicMBeanServerServiceImpl
All Implemented Interfaces:
Configurable, FunctionalInterface, MBeanServerService

public class WebLogicMBeanServerServiceImpl
extends Object
implements MBeanServerService, Configurable

Weblogic specific implementation of the MBeanServerProvider interface.

Copyright 2002 Sapient

Version:
$Revision: 1.8 $ ($Author: dvoet $)
Author:
Greg Hinkle

Field Summary
protected  WebLogicMBeanServerServiceConfiguration config
          Configuration for the service.
private  org.apache.commons.logging.Log log
          Provides a handle to Apache-commons logger
 
Constructor Summary
WebLogicMBeanServerServiceImpl()
           
 
Method Summary
 void configure(ComponentConfiguration configuration)
          Configures the service.
 javax.management.MBeanServer getMBeanServer()
          Gets the instance of the Weblogic MBean Server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private org.apache.commons.logging.Log log
Provides a handle to Apache-commons logger


config

protected WebLogicMBeanServerServiceConfiguration config
Configuration for the service.

Constructor Detail

WebLogicMBeanServerServiceImpl

public WebLogicMBeanServerServiceImpl()
Method Detail

getMBeanServer

public javax.management.MBeanServer getMBeanServer()
Gets the instance of the Weblogic MBean Server.

Specified by:
getMBeanServer in interface MBeanServerService
Returns:
instance of the Weblogic MBean server

configure

public void configure(ComponentConfiguration configuration)
Configures the service.

Specified by:
configure in interface Configurable
Parameters:
configuration - WebLogicMBeanServerServiceConfiguration configuration object for the service


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.