|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.extra.SequenceExchanger.Producer
public abstract static class SequenceExchanger.Producer
The class Producer represents the thread that pushes items onto the Conduit. The only special requirement for this thread is that it must be clonable using the getAnother() method.
Constructor Summary | |
---|---|
SequenceExchanger.Producer()
Default constructor |
Method Summary | |
---|---|
abstract SequenceExchanger.Producer |
getAnother(com.saxonica.extra.Conduit conduit)
Get a copy of this Producer, initialized to produce the same sequence of items as the original, but starting from the beginning (not from the current position). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
---|
run |
Constructor Detail |
---|
public SequenceExchanger.Producer()
Method Detail |
---|
public abstract SequenceExchanger.Producer getAnother(com.saxonica.extra.Conduit conduit)
conduit
- the conduit to which the items are written
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |