org.apache.jetspeed.services.threadpool
Class ThreadPool

java.lang.Object
  extended byorg.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

Constructor Summary
ThreadPool()
           
 
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
 

Constructor Detail

ThreadPool

public ThreadPool()
Method Detail

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.