Uses of Interface
org.osgi.service.wireadmin.Wire
Packages that use Wire
-
Uses of Wire in org.osgi.service.wireadmin
Methods in org.osgi.service.wireadmin that return WireModifier and TypeMethodDescriptionWireAdmin.createWire
(String producerPID, String consumerPID, Dictionary 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 properties) Update the properties of aWire
object.Constructors in org.osgi.service.wireadmin with parameters of type WireModifierConstructorDescriptionWireAdminEvent
(org.osgi.framework.ServiceReference reference, int type, Wire wire, Throwable exception) Constructs aWireAdminEvent
object from the givenServiceReference
object, event type,Wire
object and exception.