| Package | Description |
|---|---|
| org.osgi.service.remoteserviceadmin |
Remote Service Admin Package Version 1.1.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
java.util.Collection<ImportReference> |
RemoteServiceAdmin.getImportedEndpoints() |
Return the currently active Import References.
|
| Constructor | 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.
|