| Package | Description |
|---|---|
| org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.1.
|
| Modifier and Type | Method | Description |
|---|---|---|
EndpointDescription |
EndpointEvent.getEndpoint() |
Return the endpoint associated with this event.
|
EndpointDescription |
ExportReference.getExportedEndpoint() |
Return the Endpoint Description for the local endpoint.
|
EndpointDescription |
ImportReference.getImportedEndpoint() |
Return the Endpoint Description for the remote endpoint.
|
EndpointDescription |
ExportRegistration.update(java.util.Map<java.lang.String,?> properties) |
Update the endpoint represented by this
ExportRegistration and
return an updated EndpointDescription. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EndpointListener.endpointAdded(EndpointDescription endpoint,
java.lang.String matchedFilter) |
Deprecated.
Register an endpoint with this listener.
|
void |
EndpointListener.endpointRemoved(EndpointDescription endpoint,
java.lang.String matchedFilter) |
Deprecated.
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.
|
boolean |
ImportRegistration.update(EndpointDescription endpoint) |
Update the local service represented by this
ImportRegistration. |
| Constructor | Description |
|---|---|
EndpointEvent(int type,
EndpointDescription endpoint) |
Constructs a
EndpointEvent object from the given arguments. |
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. |