org.sape.carbon.services.jmx.server
Interface MBeanServerService

All Superinterfaces:
FunctionalInterface
All Known Implementing Classes:
DefaultHttpAdaptorServiceImpl, DefaultJrmpRemotingImpl, Mx4jMBeanServerService, WebLogicMBeanServerServiceImpl

public interface MBeanServerService
extends FunctionalInterface

Provides access to a locally available JMX MBeanServer.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:32 $)
Author:
Greg Hinkle, January 2002

Method Summary
 javax.management.MBeanServer getMBeanServer()
          Gets the MBeanServer associated with this service.
 

Method Detail

getMBeanServer

public javax.management.MBeanServer getMBeanServer()
                                            throws MBeanServerRetreiveException
Gets the MBeanServer associated with this service.

Returns:
the MBeanServer associated with this service
Throws:
MBeanServerRetreiveException - indicates an error retreiving the MBeanServer.


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.