|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.mts.httpMTP.ThreadingAbility
ThreadingAbility provides classes with the ability to be self runnable objects.
Calling the constructor sets up an inner class that implements runnable
.
This has the advantage that the run()
method is not available from outside of
outer class.
Field Summary | |
protected java.lang.Thread |
internal
|
Constructor Summary | |
protected |
ThreadingAbility()
|
Method Summary | |
protected abstract void |
runImplementation()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Thread internal
Constructor Detail |
protected ThreadingAbility()
Method Detail |
protected abstract void runImplementation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |