OSGi Service Platform
Release 4 (draft)

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

Packages that use Wire
org.osgi.service.wireadmin The OSGi Wire Admin service Package. 
 

Uses of Wire in org.osgi.service.wireadmin
 

Methods in org.osgi.service.wireadmin that return Wire
 Wire WireAdminEvent.getWire()
          Return the Wire object associated with this event.
 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[] 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 WireAdmin.deleteWire(Wire wire)
          Delete a Wire object.
 void WireAdmin.updateWire(Wire wire, java.util.Dictionary properties)
          Update the properties of a Wire object.
 java.lang.Object Producer.polled(Wire wire)
          Return the current value of this Producer object.
 void Producer.consumersConnected(Wire[] wires)
          Update the list of Wire objects to which this Producer object is connected.
 void Consumer.updated(Wire wire, java.lang.Object value)
          Update the value.
 void Consumer.producersConnected(Wire[] wires)
          Update the list of Wire objects to which this Consumer service is connected.
 

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
Release 4 (draft)

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.