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.
|
java.lang.Object |
getProperty(java.lang.String key)
Get given property for remote service
|
java.lang.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
.java.lang.Object getProperty(java.lang.String key)
key
- the key for the property to get. Must not be null
.null
if does not have named
propertyjava.lang.String[] getPropertyKeys()
null
, but
may be empty array.boolean isActive()