|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sam.io.ParallelIO.IOProcessor
Abstraction for processors which actually do the job
Constructor Summary | |
protected |
ParallelIO.IOProcessor()
|
Method Summary | |
void |
grantToken()
Grants this processor's token having been processed |
protected abstract void |
process()
Here the real job |
void |
requestToken()
Requests this processor's token be allowed to be processed |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ParallelIO.IOProcessor()
Method Detail |
public void run()
run
in interface java.lang.Runnable
protected abstract void process() throws java.lang.Throwable
java.lang.Throwable
public void requestToken() throws ParallelIO.Exception
ParallelIO.Exception
public void grantToken() throws ParallelIO.Exception
ParallelIO.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |