Uses of Interface
org.osgi.service.remoteserviceadmin.ExportReference
-
Packages that use ExportReference Package Description org.osgi.service.remoteserviceadmin Remote Service Admin Package Version 1.1. -
-
Uses of ExportReference in org.osgi.service.remoteserviceadmin
Methods in org.osgi.service.remoteserviceadmin that return ExportReference Modifier and Type Method Description ExportReference
ExportRegistration. getExportReference()
Return the Export Reference for the exported service.ExportReference
RemoteServiceAdminEvent. getExportReference()
Return the Export Reference for this event.Methods in org.osgi.service.remoteserviceadmin that return types with arguments of type ExportReference Modifier and Type Method Description java.util.Collection<ExportReference>
RemoteServiceAdmin. getExportedServices()
Return the currently active Export References.Constructors in org.osgi.service.remoteserviceadmin with parameters of type ExportReference Constructor Description RemoteServiceAdminEvent(int type, org.osgi.framework.Bundle source, ExportReference exportReference, java.lang.Throwable exception)
Create a Remote Service Admin Event for an export notification.
-