Uses of Interface
org.osgi.service.remoteserviceadmin.ExportReference
Packages that use ExportReference
-
Uses of ExportReference in org.osgi.service.remoteserviceadmin
Methods in org.osgi.service.remoteserviceadmin that return ExportReferenceModifier and TypeMethodDescriptionExportRegistration.getExportReference()
Return the Export Reference for the exported service.RemoteServiceAdminEvent.getExportReference()
Return the Export Reference for this event.Methods in org.osgi.service.remoteserviceadmin that return types with arguments of type ExportReferenceModifier and TypeMethodDescriptionRemoteServiceAdmin.getExportedServices()
Return the currently active Export References.Constructors in org.osgi.service.remoteserviceadmin with parameters of type ExportReferenceModifierConstructorDescriptionRemoteServiceAdminEvent
(int type, Bundle source, ExportReference exportReference, Throwable exception) Create a Remote Service Admin Event for an export notification.