Uses of Interface
org.osgi.service.remoteserviceadmin.ImportReference
-
Packages that use ImportReference Package Description org.osgi.service.remoteserviceadmin Remote Service Admin Package Version 1.1. -
-
Uses of ImportReference in org.osgi.service.remoteserviceadmin
Fields in org.osgi.service.remoteserviceadmin declared as ImportReference Modifier and Type Field Description private ImportReference
RemoteServiceAdminEvent. importReference
Methods in org.osgi.service.remoteserviceadmin that return ImportReference 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.Methods in org.osgi.service.remoteserviceadmin that return types with arguments of type ImportReference Modifier and Type Method Description java.util.Collection<ImportReference>
RemoteServiceAdmin. getImportedEndpoints()
Return the currently active Import References.Constructors in org.osgi.service.remoteserviceadmin with parameters of type ImportReference 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.RemoteServiceAdminEvent(int type, org.osgi.framework.Bundle source, ImportReference importReference, ExportReference exportReference, java.lang.Throwable exception)
Private constructor.
-