Uses of Interface
org.osgi.service.wireadmin.Wire
-
Uses of Wire in org.osgi.service.wireadmin
Modifier 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
.Modifier 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.ModifierConstructorDescriptionWireAdminEvent
(ServiceReference<WireAdmin> reference, int type, Wire wire, Throwable exception) Constructs aWireAdminEvent
object from the givenServiceReference
object, event type,Wire
object and exception.