org.jboss.osgi.spi.management
Interface MicrocontainerServiceMBean
public interface MicrocontainerServiceMBean
An OSGi Service the gives access to the Kernel and MBeanServer.
- Since:
- 23-Jan-2009
- Author:
- thomas.diesler@jboss.com
|
Field Summary |
static javax.management.ObjectName |
MBEAN_MICROCONTAINER_SERVICE
The object name under which the MicrocontainerService is registered: 'jboss.osgi:service=MicrocontainerService' |
|
Method Summary |
java.util.List<java.lang.String> |
getRegisteredBeans()
Get the list of registered beans. |
MBEAN_MICROCONTAINER_SERVICE
static final javax.management.ObjectName MBEAN_MICROCONTAINER_SERVICE
- The object name under which the MicrocontainerService is registered: 'jboss.osgi:service=MicrocontainerService'
getRegisteredBeans
java.util.List<java.lang.String> getRegisteredBeans()
- Get the list of registered beans.
Copyright © 2009. All Rights Reserved.