Package | Description |
---|---|
org.eclipse.gemini.blueprint.bundle |
OSGi Bundle support package.
|
Modifier and Type | Field and Description |
---|---|
static BundleAction |
BundleAction.INSTALL
Install bundle.
|
static BundleAction |
BundleAction.START
Start bundle.
|
static BundleAction |
BundleAction.STOP
Stop bundle.
|
static BundleAction |
BundleAction.UNINSTALL
Uninstall bundle.
|
static BundleAction |
BundleAction.UPDATE
Update bundle.
|
Modifier and Type | Method and Description |
---|---|
BundleAction |
BundleFactoryBean.getAction()
Deprecated.
As of Spring DM 2.0, replaced by
BundleFactoryBean.getBundleAction() |
BundleAction |
BundleFactoryBean.getDestroyAction()
Deprecated.
As of Spring DM 2.0, replaced by
BundleFactoryBean.getBundleDestroyAction() |
Modifier and Type | Method and Description |
---|---|
void |
BundleFactoryBean.setAction(BundleAction action)
Deprecated.
As of Spring DM 2.0, replaced by
#setBundleAction(BundleAction) |
void |
BundleFactoryBean.setDestroyAction(BundleAction action)
Deprecated.
As of Spring DM 2.0, replaced by
BundleFactoryBean.setBundleDestroyAction(BundleActionEnum) |
Copyright © 2006–2014. All rights reserved.