All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class webwisdom.tango.beans.ObjectPipe

java.lang.Object
   |
   +----java.awt.Component
           |
           +----webwisdom.tango.beans.Pipe
                   |
                   +----webwisdom.tango.beans.ObjectPipe

public class ObjectPipe
extends Pipe
implements Serializable

Constructor Index

 o ObjectPipe()

Method Index

 o addPipeDataListener(PipeDataListener)
 o receiveData(Object)
 o removePipeDataListener(PipeDataListener)
 o selectiveSendData(Object)
 o selectRecipients(String[])
 o sendData(Object)

Constructors

 o ObjectPipe
 public ObjectPipe()

Methods

 o addPipeDataListener
 public synchronized void addPipeDataListener(PipeDataListener tel)
 o removePipeDataListener
 public synchronized void removePipeDataListener(PipeDataListener tel)
 o sendData
 public void sendData(Object toTango) throws IOException, TangoBeansException
 o selectiveSendData
 public void selectiveSendData(Object toTango) throws IOException, TangoBeansException
 o selectRecipients
 public void selectRecipients(String selected[]) throws TangoBeansException
 o receiveData
 public void receiveData(Object fromTango)
Overrides:
receiveData in class Pipe

All Packages  Class Hierarchy  This Package  Previous  Next  Index