Uses of Class
fipaos.util.ThreadPool.Job

Packages that use ThreadPool.Job
fipaos.mts.http.internal 
fipaos.util 

Uses of ThreadPool.Job in fipaos.mts.http.internal
 

Classes in fipaos.mts.http.internal that implement ThreadPool.Job
class ConnectionThread
          Handles incoming connections using the POST accept for HTTP protocol
class SenderThread
          Implements POST for HTTP protocol
 

Uses of ThreadPool.Job in fipaos.util
 

Methods in fipaos.util with parameters of type ThreadPool.Job
synchronized voidThreadPool.addJob(Job job)
          Add a Job to be executed by the ThreadPool