Package | Description |
---|---|
org.eclipse.ecf.osgi.services.remoteserviceadmin | |
org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.1.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteServiceAdmin.ExportReference |
Modifier and Type | Method and Description |
---|---|
ExportReference |
RemoteServiceAdmin.ExportRegistration.getExportReference() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExportReference> |
RemoteServiceAdmin.getExportedServices() |
Constructor and Description |
---|
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
ExportReference exportReference,
java.lang.Throwable exception,
EndpointDescription endpointDescription) |
Modifier and Type | Method and Description |
---|---|
ExportReference |
ExportRegistration.getExportReference()
Return the Export Reference for the exported service.
|
ExportReference |
RemoteServiceAdminEvent.getExportReference()
Return the Export Reference for this event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ExportReference> |
RemoteServiceAdmin.getExportedServices()
Return the currently active Export References.
|
Constructor and Description |
---|
RemoteServiceAdminEvent(int type,
org.osgi.framework.Bundle source,
ExportReference exportReference,
java.lang.Throwable exception)
Create a Remote Service Admin Event for an export notification.
|