public interface ManagedServiceBeanManager
Modifier and Type | Method and Description |
---|---|
Object |
register(Object bean)
Registers the given Spring-managed bean instance with the manager.
|
void |
unregister(Object bean)
Deregisters the given Spring-managed instance from the manager.
|
void |
updated(Map properties)
Re-applies injection on the Spring-managed instances using the given
properties.
|
Object register(Object bean)
bean
- Spring-managed bean instancevoid unregister(Object bean)
bean
- void updated(Map properties)
properties
- new propertiesCopyright © 2006–2019. All rights reserved.