| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.compendium.internal.cm |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Class<?>,java.lang.ref.WeakReference<UpdateMethodAdapter>> |
BeanManagedUpdate.classCache |
| Modifier and Type | Method and Description |
|---|---|
private UpdateMethodAdapter |
BeanManagedUpdate.getUpdateMethod(java.lang.Object instance)
Returns a (lazily created) method adapter that invokes a predefined method on the given instance.
|