|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessorStoppedException | |
---|---|
xsmeral.pipe | Pipe implementation and exceptions |
Uses of ProcessorStoppedException in xsmeral.pipe |
---|
Methods in xsmeral.pipe that throw ProcessorStoppedException | |
---|---|
protected void |
AbstractObjectProcessor.preRun()
Called after initialization, as the first statement in run() . |
protected abstract void |
AbstractObjectProcessor.process()
Called by the processor itself from run() . |
protected void |
LocalObjectFilter.process()
Called by the processor itself from run() . |
protected void |
LocalObjectSink.process()
Called by the processor itself from run() . |
protected void |
LocalObjectSource.process()
Called by the processor itself from run() . |
protected I |
LocalObjectFilter.read()
Reads one object from the top of the buffer of the previous processor. |
protected I |
LocalObjectSink.read()
Reads one object from the top of the buffer of the previous processor. |
protected void |
LocalObjectFilter.write(O o)
Puts one object to the output buffer |
protected void |
LocalObjectSource.write(O o)
Puts one object to the output buffer |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |