public interface ManagedServiceBeanManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
register(java.lang.Object bean)
Registers the given Spring-managed bean instance with the manager.
|
void |
unregister(java.lang.Object bean)
Deregisters the given Spring-managed instance from the manager.
|
void |
updated(java.util.Map properties)
Re-applies injection on the Spring-managed instances using the given
properties.
|
java.lang.Object register(java.lang.Object bean)
bean - Spring-managed bean instancevoid unregister(java.lang.Object bean)
bean - void updated(java.util.Map properties)
properties - new properties