public interface IRemoteServiceReference
IRemoteServiceContainerAdapter
Modifier and Type | Method and Description |
---|---|
ID |
getContainerID()
Get container ID for remote service
|
IRemoteServiceID |
getID()
Get the remote service ID for this reference.
|
Object |
getProperty(String key)
Get given property for remote service
|
String[] |
getPropertyKeys()
Get all property keys for remote service
|
boolean |
isActive()
Return true if reference is active, false otherwise
|
IRemoteServiceID getID()
null
.ID getContainerID()
null
.Object getProperty(String key)
key
- the key for the property to get. Must not be null
.null
if does not have named
propertyString[] getPropertyKeys()
null
, but
may be empty array.boolean isActive()
Copyright © 2017 Eclipse Foundation. All rights reserved.