Package | Description |
---|---|
org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.1.
|
Modifier and Type | Field and Description |
---|---|
private ImportReference |
RemoteServiceAdminEvent.importReference |
Modifier and Type | Method and Description |
---|---|
ImportReference |
RemoteServiceAdminEvent.getImportReference()
Return the Import Reference for this event.
|
ImportReference |
ImportRegistration.getImportReference()
Return the Import Reference for the imported service.
|
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,
ExportReference exportReference,
java.lang.Throwable exception)
Private constructor.
|
RemoteServiceAdminEvent(int type,
org.osgi.framework.Bundle source,
ImportReference importReference,
java.lang.Throwable exception)
Create a Remote Service Admin Event for an import notification.
|