|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
O
- Output object typepublic interface ObjectSource<O>
An object processor producing objects of one specific type.
Method Summary | |
---|---|
ObjectSink<O> |
getNext()
Returns the next processor in chain. |
Queue<O> |
getOutBuffer()
Returns the output buffer of this processor. |
Class |
getOutType()
Returns the output object type |
void |
next(ObjectSink<O> sink)
Sets the next processor in the chain and sets this as its previous. |
Method Detail |
---|
Class getOutType()
Queue<O> getOutBuffer()
void next(ObjectSink<O> sink)
sink
- The next processorObjectSink<O> getNext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |