Uses of Interface
org.osgi.service.wireadmin.Wire
-
Packages that use Wire Package Description org.osgi.service.wireadmin Wire Admin Package Version 1.0. -
-
Uses of Wire in org.osgi.service.wireadmin
Fields in org.osgi.service.wireadmin declared as Wire Modifier and Type Field Description private WireWireAdminEvent. wireTheWireobject associated with this event.Methods in org.osgi.service.wireadmin that return Wire Modifier and Type Method Description WireWireAdmin. createWire(java.lang.String producerPID, java.lang.String consumerPID, java.util.Dictionary<java.lang.String,?> properties)Create a newWireobject that connects a Producer service to a Consumer service.WireWireAdminEvent. getWire()Return theWireobject associated with this event.Wire[]WireAdmin. getWires(java.lang.String filter)Return theWireobjects that match the givenfilter.Methods in org.osgi.service.wireadmin with parameters of type Wire Modifier and Type Method Description voidProducer. consumersConnected(Wire[] wires)Update the list ofWireobjects to which thisProducerobject is connected.voidWireAdmin. deleteWire(Wire wire)Delete aWireobject.java.lang.ObjectProducer. polled(Wire wire)Return the current value of thisProducerobject.voidConsumer. producersConnected(Wire[] wires)Update the list ofWireobjects to which this Consumer service is connected.voidConsumer. updated(Wire wire, java.lang.Object value)Update the value.voidWireAdmin. updateWire(Wire wire, java.util.Dictionary<java.lang.String,?> properties)Update the properties of aWireobject.Constructors in org.osgi.service.wireadmin with parameters of type Wire Constructor Description WireAdminEvent(org.osgi.framework.ServiceReference<WireAdmin> reference, int type, Wire wire, java.lang.Throwable exception)Constructs aWireAdminEventobject from the givenServiceReferenceobject, event type,Wireobject and exception.
-