|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedServiceBeanManager
Manager dealing with injection and updates of Spring beans configured through the Configuration Admin.
Implementations are responsible for interacting with the Configuration Admin service, for injection/reinjection of properties into the managed beans.
Method Summary | |
---|---|
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. |
Method Detail |
---|
Object register(Object bean)
bean
- Spring-managed bean instance
void unregister(Object bean)
bean
- void updated(Map properties)
properties
- new properties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |