|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoteServiceReference
The remote service interface. Is the equivalent of the service interface on the local OSGi framework. Service properties are synchronized with the remote service, as long as the peer is connected.
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String key)
get a property of the remote service. |
java.lang.String[] |
getPropertyKeys()
get all property keys. |
java.lang.String[] |
getServiceInterfaces()
get the service interface class names. |
URI |
getURI()
get the URI of the remote service. |
boolean |
isActive()
Is the service active? |
Method Detail |
---|
java.lang.String[] getServiceInterfaces()
URI getURI()
java.lang.Object getProperty(java.lang.String key)
key
- the key.
null
if
there is no such property set.java.lang.String[] getPropertyKeys()
boolean isActive()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |