|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteServiceRegistration
Remote service registration. The remote service registration is returned to the caller when the IServiceContainer.registerService method is called. The registering bundle can then use the registration instance to unregister the service
Method Summary | |
---|---|
ID |
getContainerID()
Get the container ID for the registration |
IRemoteServiceID |
getID()
Get the remote service ID for this registration. |
java.lang.Object |
getProperty(java.lang.String key)
Get property associated with given key |
java.lang.String[] |
getPropertyKeys()
Get property keys for registered service |
IRemoteServiceReference |
getReference()
Get reference for this registration |
void |
setProperties(java.util.Dictionary properties)
Set the properties for the registered service |
void |
unregister()
Unregister this service |
Method Detail |
---|
IRemoteServiceID getID()
null
.
ID getContainerID()
null
.IRemoteServiceReference getReference()
null
.void setProperties(java.util.Dictionary properties)
properties
- to set. Must not be null
.java.lang.Object getProperty(java.lang.String key)
key
- the key of the property. Must not be null
.
null
if property not
found.java.lang.String[] getPropertyKeys()
void unregister()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |