Uses of Interface
org.osgi.service.remoteserviceadmin.ImportReference
Packages that use ImportReference
-
Uses of ImportReference in org.osgi.service.remoteserviceadmin
Methods in org.osgi.service.remoteserviceadmin that return ImportReferenceModifier and TypeMethodDescriptionImportRegistration.getImportReference()
Return the Import Reference for the imported service.RemoteServiceAdminEvent.getImportReference()
Return the Import Reference for this event.Methods in org.osgi.service.remoteserviceadmin that return types with arguments of type ImportReferenceModifier and TypeMethodDescriptionRemoteServiceAdmin.getImportedEndpoints()
Return the currently active Import References.Constructors in org.osgi.service.remoteserviceadmin with parameters of type ImportReferenceModifierConstructorDescriptionRemoteServiceAdminEvent
(int type, Bundle source, ImportReference importReference, Throwable exception) Create a Remote Service Admin Event for an import notification.