Uses of Interface
org.osgi.service.wireadmin.Wire
Packages that use Wire
-
Uses of Wire in org.osgi.service.wireadmin
Fields in org.osgi.service.wireadmin declared as WireModifier and TypeFieldDescriptionprivate final Wire
WireAdminEvent.wire
TheWire
object associated with this event.Methods in org.osgi.service.wireadmin that return WireModifier and TypeMethodDescriptionWireAdmin.createWire
(String producerPID, String consumerPID, Dictionary<String, ?> properties) Create a newWire
object that connects a Producer service to a Consumer service.WireAdminEvent.getWire()
Return theWire
object associated with this event.Wire[]
Return theWire
objects that match the givenfilter
.Methods in org.osgi.service.wireadmin with parameters of type WireModifier and TypeMethodDescriptionvoid
Producer.consumersConnected
(Wire[] wires) Update the list ofWire
objects to which thisProducer
object is connected.void
WireAdmin.deleteWire
(Wire wire) Delete aWire
object.Return the current value of thisProducer
object.void
Consumer.producersConnected
(Wire[] wires) Update the list ofWire
objects to which this Consumer service is connected.void
Update the value.void
WireAdmin.updateWire
(Wire wire, Dictionary<String, ?> properties) Update the properties of aWire
object.Constructors in org.osgi.service.wireadmin with parameters of type WireModifierConstructorDescriptionWireAdminEvent
(org.osgi.framework.ServiceReference<WireAdmin> reference, int type, Wire wire, Throwable exception) Constructs aWireAdminEvent
object from the givenServiceReference
object, event type,Wire
object and exception.