public interface IRemoteServiceRegistration
Modifier and Type | Method and Description |
---|---|
ID |
getContainerID()
Get the container ID for the registration
|
IRemoteServiceID |
getID()
Get the remote service ID for this registration.
|
Object |
getProperty(String key)
Get property associated with given key
|
String[] |
getPropertyKeys()
Get property keys for registered service
|
IRemoteServiceReference |
getReference()
Get reference for this registration
|
void |
setProperties(Dictionary properties)
Set the properties for the registered service
|
void |
unregister()
Unregister this service
|
IRemoteServiceID getID()
null
.ID getContainerID()
null
.IRemoteServiceReference getReference()
null
.void setProperties(Dictionary properties)
properties
- to set. Must not be null
.Object getProperty(String key)
key
- the key of the property. Must not be null
.null
if property not
found.String[] getPropertyKeys()
void unregister()
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.