| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.compendium.internal.cm |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BeanManagedUpdate
BeanManaged update class.
|
(package private) class |
ChainedManagedUpdate
A chain up managed updates.
|
(package private) class |
ContainerManagedUpdate
Container-managed update.
|
| Modifier and Type | Field and Description |
|---|---|
private UpdateCallback[] |
ChainedManagedUpdate.callbacks |
private UpdateCallback |
ManagedServiceFactoryFactoryBean.updateCallback
update callback
|
private UpdateCallback |
DefaultManagedServiceBeanManager.updateCallback |
| Modifier and Type | Method and Description |
|---|---|
static UpdateCallback |
CMUtils.createCallback(boolean autowireOnUpdate,
java.lang.String methodName,
org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CMUtils.bulkUpdate(UpdateCallback callback,
java.util.Collection<?> instances,
java.util.Map<?,?> properties) |
| Constructor and Description |
|---|
ChainedManagedUpdate(UpdateCallback[] callbacks) |