|
OSGi™ Enterprise Release 5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointDescription | |
---|---|
org.osgi.service.remoteserviceadmin | Remote Service Admin Package Version 1.0. |
Uses of EndpointDescription in org.osgi.service.remoteserviceadmin |
---|
Methods in org.osgi.service.remoteserviceadmin that return EndpointDescription | |
---|---|
EndpointDescription |
ExportReference.getExportedEndpoint()
Return the Endpoint Description for the local endpoint. |
EndpointDescription |
ImportReference.getImportedEndpoint()
Return the Endpoint Description for the remote endpoint. |
Methods in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescription | |
---|---|
void |
EndpointListener.endpointAdded(EndpointDescription endpoint,
java.lang.String matchedFilter)
Register an endpoint with this listener. |
void |
EndpointListener.endpointRemoved(EndpointDescription endpoint,
java.lang.String matchedFilter)
Remove the registration of an endpoint. |
ImportRegistration |
RemoteServiceAdmin.importService(EndpointDescription endpoint)
Import a service from an Endpoint. |
boolean |
EndpointDescription.isSameService(EndpointDescription other)
Answers if this Endpoint Description refers to the same service instance as the given Endpoint Description. |
Constructors in org.osgi.service.remoteserviceadmin with parameters of type EndpointDescription | |
---|---|
EndpointPermission(EndpointDescription endpoint,
java.lang.String localFrameworkUUID,
java.lang.String actions)
Creates a new requested EndpointPermission object to be used by
code that must perform checkPermission . |
|
OSGi™ Enterprise Release 5 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |