fipaos.mts.httpMTP
Class ThreadingAbility

java.lang.Object
  |
  +--fipaos.mts.httpMTP.ThreadingAbility
Direct Known Subclasses:
ConnectionThread, HTTPTransportService, SenderThread

public abstract class ThreadingAbility
extends java.lang.Object

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

internal

protected java.lang.Thread internal
Constructor Detail

ThreadingAbility

protected ThreadingAbility()
Method Detail

runImplementation

protected abstract void runImplementation()