org.jboss.osgi.spi.management
Interface ManagedFrameworkMBean

All Known Implementing Classes:
ManagedFramework

public interface ManagedFrameworkMBean

The managed view of an OSGi Framework

Since:
04-Mar-2009
Author:
thomas.diesler@jboss.com

Field Summary
static javax.management.ObjectName OBJECT_NAME
          The default object name: jboss.osgi:service=ManagedFramework
 
Method Summary
 javax.management.ObjectName getBundle(java.lang.String symbolicName)
          Get the installed bundle
 java.util.Set<javax.management.ObjectName> getBundles()
          Get the list of all installed bundles
 

Field Detail

OBJECT_NAME

static final javax.management.ObjectName OBJECT_NAME
The default object name: jboss.osgi:service=ManagedFramework

Method Detail

getBundles

java.util.Set<javax.management.ObjectName> getBundles()
Get the list of all installed bundles


getBundle

javax.management.ObjectName getBundle(java.lang.String symbolicName)
Get the installed bundle



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.