|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BundleAction | |
---|---|
org.springframework.osgi.bundle | OSGi Bundle support package. |
Uses of BundleAction in org.springframework.osgi.bundle |
---|
Fields in org.springframework.osgi.bundle declared as BundleAction | |
---|---|
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. |
Methods in org.springframework.osgi.bundle that return BundleAction | |
---|---|
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() |
Methods in org.springframework.osgi.bundle with parameters of type BundleAction | |
---|---|
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) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |