|
||||||||||
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()
Returns the action. |
BundleAction |
BundleFactoryBean.getDestroyAction()
Returns the destroyAction. |
Methods in org.springframework.osgi.bundle with parameters of type BundleAction | |
---|---|
void |
BundleFactoryBean.setAction(BundleAction action)
Action to execute at startup. |
void |
BundleFactoryBean.setDestroyAction(BundleAction action)
Action to execute at shutdown. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |