org.apache.openejb.core.timer
Class DefaultTimerThreadPoolAdapter
java.lang.Object
org.apache.openejb.core.timer.DefaultTimerThreadPoolAdapter
- All Implemented Interfaces:
- org.quartz.spi.ThreadPool
public class DefaultTimerThreadPoolAdapter
- extends Object
- implements org.quartz.spi.ThreadPool
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTimerThreadPoolAdapter
public DefaultTimerThreadPoolAdapter()
blockForAvailableThreads
public int blockForAvailableThreads()
- Specified by:
blockForAvailableThreads in interface org.quartz.spi.ThreadPool
setInstanceId
public void setInstanceId(String instanceId)
- Specified by:
setInstanceId in interface org.quartz.spi.ThreadPool
setInstanceName
public void setInstanceName(String instanceName)
- Specified by:
setInstanceName in interface org.quartz.spi.ThreadPool
getPoolSize
public int getPoolSize()
- Specified by:
getPoolSize in interface org.quartz.spi.ThreadPool
initialize
public void initialize()
throws org.quartz.SchedulerConfigException
- Specified by:
initialize in interface org.quartz.spi.ThreadPool
- Throws:
org.quartz.SchedulerConfigException
runInThread
public boolean runInThread(Runnable runnable)
- Specified by:
runInThread in interface org.quartz.spi.ThreadPool
shutdown
public void shutdown(boolean arg0)
- Specified by:
shutdown in interface org.quartz.spi.ThreadPool
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.