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.ImportReference |
Modifier and Type | Method and Description |
---|---|
ImportReference |
RemoteServiceAdmin.ImportRegistration.getImportReference() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ImportReference> |
RemoteServiceAdmin.getImportedEndpoints() |
Constructor and Description |
---|
RemoteServiceAdminEvent(ID containerID,
int type,
org.osgi.framework.Bundle source,
ImportReference importReference,
java.lang.Throwable exception,
EndpointDescription endpointDescription) |
Modifier and Type | Method and Description |
---|---|
ImportReference |
ImportRegistration.getImportReference()
Return the Import Reference for the imported service.
|
ImportReference |
RemoteServiceAdminEvent.getImportReference()
Return the Import Reference for this event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ImportReference> |
RemoteServiceAdmin.getImportedEndpoints()
Return the currently active Import References.
|
Constructor and Description |
---|
RemoteServiceAdminEvent(int type,
org.osgi.framework.Bundle source,
ImportReference importReference,
java.lang.Throwable exception)
Create a Remote Service Admin Event for an import notification.
|