Package | Description |
---|---|
org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
EndpointDescription |
ExportReference.getExportedEndpoint()
Return the Endpoint Description for the local endpoint.
|
EndpointDescription |
ImportReference.getImportedEndpoint()
Return the Endpoint Description for the remote endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointListener.endpointAdded(EndpointDescription endpoint,
String matchedFilter)
Register an endpoint with this listener.
|
void |
EndpointListener.endpointRemoved(EndpointDescription endpoint,
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.
|
Constructor and Description |
---|
EndpointPermission(EndpointDescription endpoint,
String localFrameworkUUID,
String actions)
Creates a new requested
EndpointPermission object to be used
by code that must perform checkPermission . |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.