org.ow2.bonita.pvm.internal.jobexecutor
Class StaticJobExecutorThreadPool

java.lang.Object
  extended by org.ow2.bonita.pvm.internal.jobexecutor.StaticJobExecutorThreadPool
All Implemented Interfaces:
JobExecutorThreadPool

public class StaticJobExecutorThreadPool
extends java.lang.Object
implements JobExecutorThreadPool

Author:
Tom Baeyens

Constructor Summary
StaticJobExecutorThreadPool(JobExecutor jobExecutor)
           
 
Method Summary
protected  java.lang.String getNextThreadName()
           
 void start()
           
 void stop()
           
 void stop(boolean join)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticJobExecutorThreadPool

public StaticJobExecutorThreadPool(JobExecutor jobExecutor)
Method Detail

start

public void start()
Specified by:
start in interface JobExecutorThreadPool

stop

public void stop()
Specified by:
stop in interface JobExecutorThreadPool

stop

public void stop(boolean join)
Specified by:
stop in interface JobExecutorThreadPool

getNextThreadName

protected java.lang.String getNextThreadName()


Copyright © 2009 OW2 Consortium. All Rights Reserved.