Uses of Interface
org.osgi.service.wireadmin.Wire
-
Packages that use Wire Package Description org.osgi.service.wireadmin -
-
Uses of Wire in org.osgi.service.wireadmin
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 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 properties)Update the properties of aWireobject.Constructors in org.osgi.service.wireadmin with parameters of type Wire Constructor Description WireAdminEvent(org.osgi.framework.ServiceReference reference, int type, Wire wire, java.lang.Throwable exception)Constructs aWireAdminEventobject from the givenServiceReferenceobject, event type,Wireobject and exception.
-