fipaos.mts.httpMTP
Class ThreadingAbility

Direct Known Subclasses:
ConnectionThread, HTTPTransportService, SenderThread

public abstract class 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.


Association Links

to Class java.lang.Thread