|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteServiceReference
Remote service reference. Instances implementing this interface are returned from the IRemoteServiceContainerAdapter.getRemoteServiceReferences call. Once retrieved, such references can be resolved to an IRemoteService via calls to IRemoteServiceContainerAdapter.getRemoteService(reference)
IRemoteServiceContainerAdapter
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |