com.sun.jbi.binding.file.framework |
Thread framework for File binding
This package has the necessary threads support for the file binding.
|
Java Source File Name | Type | Comment |
Command.java | Interface | This interface encapsulates a service request to be executed on a separate
thread. |
TestWorkManager.java | Class | |
WorkManager.java | Class | This class manages the work requests and dispatches the requests to be
executed in a free thread. |
WorkThread.java | Class | This class executes the command in its thread. |
WorkThreadPool.java | Class | This class manages a pool of worker threads. |