All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ncsa.habanero.streams.SplitterMStr

public interface SplitterMStr
SplitterStr A generic splitter stream


Method Index

 o addDestination(MarshallOutput)
 o queryTag()
 o remove(MarshallOutput)

Methods

 o addDestination
 public abstract void addDestination(MarshallOutput out)
Parameters:
out - a new output stream
Returns:
adds out to the list of output streams that we are transfering this input to
 o remove
 public abstract void remove(MarshallOutput out)
Parameters:
out - an old output stream
Returns:
removes the old stream from the list of output streams that we are writing to
 o queryTag
 public abstract String queryTag()
Returns:
a string which represents a tag to the object

All Packages  Class Hierarchy  This Package  Previous  Next  Index