Uses of Interface
org.osgi.service.wireadmin.WireAdmin
-
Packages that use WireAdmin Package Description org.osgi.service.wireadmin Wire Admin Package Version 1.0. -
-
Uses of WireAdmin in org.osgi.service.wireadmin
Fields in org.osgi.service.wireadmin with type parameters of type WireAdmin Modifier and Type Field Description private org.osgi.framework.ServiceReference<WireAdmin>
WireAdminEvent. reference
The WireAdmin service which created this event.Methods in org.osgi.service.wireadmin that return types with arguments of type WireAdmin Modifier and Type Method Description org.osgi.framework.ServiceReference<WireAdmin>
WireAdminEvent. 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 WireAdmin Constructor Description WireAdminEvent(org.osgi.framework.ServiceReference<WireAdmin> reference, int type, Wire wire, java.lang.Throwable exception)
Constructs aWireAdminEvent
object from the givenServiceReference
object, event type,Wire
object and exception.
-