This project has retired. For details please refer to its
Attic page.
ThreadPool (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.services.threadpool
Class ThreadPool
java.lang.Object
org.apache.jetspeed.services.threadpool.ThreadPool
- public class ThreadPool
- extends java.lang.Object
This is a simple static accessor class to the access the common
methods of JetspeedThreadPoolService
- Version:
- $Id: ThreadPool.java,v 1.5 2005/03/21 18:21:44 sgala Exp $
- Author:
- Kevin A. Burton, Raphaël Luta
Method Summary |
static void |
process(java.lang.Runnable runnable)
|
static void |
process(java.lang.Runnable runnable,
int priority)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadPool
public ThreadPool()
process
public static void process(java.lang.Runnable runnable)
- See Also:
JetspeedThreadPoolService.process( Runnable runnable )
process
public static void process(java.lang.Runnable runnable,
int priority)
- See Also:
JetspeedThreadPoolService.process( Runnable runnable, int priority )
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.