org.ow2.jonas.lib.jmbeans
Class MBeansRegistration
java.lang.Object
org.ow2.jonas.lib.jmbeans.MBeansRegistration
public class MBeansRegistration
- extends Object
Activator for the bundle which creates the basic JSR77 MBeans. Provides an
OSGi service to update service manager.
- Author:
- Adriana Danes, Francois Fornaciari
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeansRegistration
public MBeansRegistration()
start
public void start()
throws Exception
- Start bundle.
- Throws:
Exception - could not start bundle.
stop
public void stop()
throws Exception
- Stop the bundle.
- Throws:
Exception - could not stop the bundle.
setJmxService
public void setJmxService(org.ow2.jonas.jmx.JmxService jmxService)
- Parameters:
jmxService - the jmxService to set
setServerProperties
public void setServerProperties(org.ow2.jonas.properties.ServerProperties serverProperties)
- Parameters:
serverProperties - the serverProperties to set
setServiceManager
public void setServiceManager(org.ow2.jonas.management.ServiceManager serviceManager)
- Parameters:
serviceManager - reference to the serviceManager
setJ2EEServer
public void setJ2EEServer(org.ow2.jonas.management.J2EEServerService j2eeServer)
- Parameters:
j2eeServer - the j2eeServer to set
setConfigurationManager
public void setConfigurationManager(org.ow2.jonas.configuration.ConfigurationManager configManager)
- Parameters:
configManager - the configManager to set
Copyright © 2008 OW2 Consortium. All Rights Reserved.