Package | Description |
---|---|
org.eclipse.gemini.blueprint.bundle |
OSGi Bundle support package.
|
Modifier and Type | Method and Description |
---|---|
BundleActionEnum |
BundleFactoryBean.getBundleAction()
Returns the bundle action.
|
BundleActionEnum |
BundleFactoryBean.getBundleDestroyAction()
Returns the bundle destroy action.
|
static BundleActionEnum |
BundleActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundleActionEnum[] |
BundleActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BundleFactoryBean.executeAction(BundleActionEnum action) |
void |
BundleFactoryBean.setBundleAction(BundleActionEnum action)
Action to execute at startup.
|
void |
BundleFactoryBean.setBundleDestroyAction(BundleActionEnum action)
Action to execute at shutdown.
|
Copyright © 2006–2013. All rights reserved.