org.sblim.slp.internal
Class ThreadPool
java.lang.Object
org.sblim.slp.internal.ThreadPool
public class ThreadPool
extends java.lang.Object
ThreadPool.java
(C) Copyright IBM Corp. 2005, 2006
THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Common Public License from
http://www.opensource.org/licenses/cpl1.0.php
iThreadPool
protected Vector iThreadPool
execute
public boolean execute(Runnable task)
execute
public boolean execute(Runnable pTask,
boolean pEnqueue)
getGroup
public ThreadGroup getGroup()
getIdleTimeOutMs
public long getIdleTimeOutMs()
removeThread
protected void removeThread(org.sblim.slp.internal.ThreadPool.Worker pWorker)
taskCompleted
public boolean taskCompleted(org.sblim.slp.internal.ThreadPool.Worker pWorker,
boolean pTimeout)
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.