|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistrationListener
RegistrationListener interface
The RegistrationListener interface is used: - by proxy bundles to register themselves within the SOFA2 runtime - by SOFA2 runtime to register/unregister services though the corresponding proxy bundles
Method Summary | |
---|---|
boolean |
register(java.lang.Object service,
java.util.Dictionary properties)
Called to register a service |
boolean |
unregister(java.lang.Object service)
Called to unregister a service |
Method Detail |
---|
boolean register(java.lang.Object service, java.util.Dictionary properties)
service
- the service implementationproperties
- the service properties
boolean unregister(java.lang.Object service)
service
- the service implementation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |