BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.webservice.async
Class ThreadPool

java.lang.Object
  |
  +--weblogic.webservice.async.ThreadPool

public class ThreadPool
extends java.lang.Object
implements java.lang.Runnable

Thread pool for the client

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Field Summary
protected static boolean DEBUG
           
 
Constructor Summary
ThreadPool(int size)
           
 
Method Summary
 void addTask(java.lang.Runnable task)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

protected static boolean DEBUG
Constructor Detail

ThreadPool

public ThreadPool(int size)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


addTask

public void addTask(java.lang.Runnable task)


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b