org.jboss.osgi.spi.management
Interface ManagedBundleMBean

All Superinterfaces:
RemoteBundle
All Known Implementing Classes:
ManagedBundle

public interface ManagedBundleMBean
extends RemoteBundle

The managed view of an OSGi Bundle. Bundles are registered under the name jboss.osgi:bundle=[SymbolicName],id=[BundleId]

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

Method Summary
 javax.management.ObjectName getObjectName()
          Get the bundles object name.
 
Methods inherited from interface org.jboss.osgi.spi.framework.RemoteBundle
getBundleId, getProperty, getState, getSymbolicName, start, stop
 

Method Detail

getObjectName

javax.management.ObjectName getObjectName()
Get the bundles object name.



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