|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedBundleMBean
The managed view of an OSGi Bundle. Bundles are registered under the name jboss.osgi:bundle=[SymbolicName],id=[BundleId]
| Method Summary | |
|---|---|
long |
getBundleId()
Returns this bundle's unique identifier. |
java.util.Dictionary<java.lang.String,java.lang.String> |
getHeaders()
Returns the bundle manifest headers |
javax.management.ObjectName |
getObjectName()
Get the bundles object name. |
java.lang.String |
getProperty(java.lang.String key)
Returns the value of the specified property from the BundleContext. |
int |
getState()
Returns this bundle's current state. |
java.lang.String |
getSymbolicName()
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header |
void |
start()
Starts this bundle with no options |
void |
stop()
Stops this bundle with no options. |
void |
update()
Update this bundle. |
| Method Detail |
|---|
javax.management.ObjectName getObjectName()
int getState()
long getBundleId()
java.lang.String getSymbolicName()
java.util.Dictionary<java.lang.String,java.lang.String> getHeaders()
java.lang.String getProperty(java.lang.String key)
void start()
throws BundleException
BundleException
void stop()
throws BundleException
BundleException
void update()
throws BundleException
BundleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||