OSGi™ Service Platform
Compendium Specification

Release 4 Version 4.3

Uses of Interface
org.osgi.service.wireadmin.Wire

Packages that use Wire
org.osgi.service.wireadmin Wire Admin Package Version 1.0. 
 

Uses of Wire in org.osgi.service.wireadmin
 

Methods in org.osgi.service.wireadmin that return Wire
 Wire WireAdmin.createWire(java.lang.String producerPID, java.lang.String consumerPID, java.util.Dictionary properties)
          Create a new Wire object that connects a Producer service to a Consumer service.
 Wire WireAdminEvent.getWire()
          Return the Wire object associated with this event.
 Wire[] WireAdmin.getWires(java.lang.String filter)
          Return the Wire objects that match the given filter.
 

Methods in org.osgi.service.wireadmin with parameters of type Wire
 void Producer.consumersConnected(Wire[] wires)
          Update the list of Wire objects to which this Producer object is connected.
 void WireAdmin.deleteWire(Wire wire)
          Delete a Wire object.
 java.lang.Object Producer.polled(Wire wire)
          Return the current value of this Producer object.
 void Consumer.producersConnected(Wire[] wires)
          Update the list of Wire objects to which this Consumer service is connected.
 void Consumer.updated(Wire wire, java.lang.Object value)
          Update the value.
 void WireAdmin.updateWire(Wire wire, java.util.Dictionary properties)
          Update the properties of a Wire object.
 

Constructors in org.osgi.service.wireadmin with parameters of type Wire
WireAdminEvent(ServiceReference reference, int type, Wire wire, java.lang.Throwable exception)
          Constructs a WireAdminEvent object from the given ServiceReference object, event type, Wire object and exception.
 


OSGi™ Service Platform
Compendium Specification

Release 4 Version 4.3

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0