Uses of Interface
org.osgi.service.wireadmin.WireAdmin
Packages that use WireAdmin
-
Uses of WireAdmin in org.osgi.service.wireadmin
Methods in org.osgi.service.wireadmin that return types with arguments of type WireAdminModifier and TypeMethodDescriptionWireAdminEvent.getServiceReference()
Return theServiceReference
object of the Wire Admin service that created this event.Constructor parameters in org.osgi.service.wireadmin with type arguments of type WireAdminModifierConstructorDescriptionWireAdminEvent
(ServiceReference<WireAdmin> reference, int type, Wire wire, Throwable exception) Constructs aWireAdminEvent
object from the givenServiceReference
object, event type,Wire
object and exception.