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<String, ?> properties) Create a newWireobject that connects a Producer service to a Consumer service.WireAdminEvent.getWire()Return theWireobject associated with this event.Wire[]Return theWireobjects that match the givenfilter.Methods in org.osgi.service.wireadmin with parameters of type WireModifier and TypeMethodDescriptionvoidProducer.consumersConnected(Wire[] wires) Update the list ofWireobjects to which thisProducerobject is connected.voidWireAdmin.deleteWire(Wire wire) Delete aWireobject.Return the current value of thisProducerobject.voidConsumer.producersConnected(Wire[] wires) Update the list ofWireobjects to which this Consumer service is connected.voidUpdate the value.voidWireAdmin.updateWire(Wire wire, Dictionary<String, ?> properties) Update the properties of aWireobject.Constructors in org.osgi.service.wireadmin with parameters of type WireModifierConstructorDescriptionWireAdminEvent(ServiceReference<WireAdmin> reference, int type, Wire wire, Throwable exception) Constructs aWireAdminEventobject from the givenServiceReferenceobject, event type,Wireobject and exception.