org.mobicents.protocols.mgcp.stack
Class ThreadPoolQueueExecutor
java.lang.Object
java.util.concurrent.AbstractExecutorService
java.util.concurrent.ThreadPoolExecutor
org.mobicents.protocols.mgcp.stack.ThreadPoolQueueExecutor
- All Implemented Interfaces:
- Executor, ExecutorService
public class ThreadPoolQueueExecutor
- extends ThreadPoolExecutor
Start time:14:49:14 2008-11-21
Project: mobicents-media-server-controllers
- Author:
- baranowb
| Methods inherited from class java.util.concurrent.ThreadPoolExecutor |
afterExecute, allowCoreThreadTimeOut, allowsCoreThreadTimeOut, awaitTermination, beforeExecute, execute, finalize, getActiveCount, getCompletedTaskCount, getCorePoolSize, getKeepAliveTime, getLargestPoolSize, getMaximumPoolSize, getPoolSize, getRejectedExecutionHandler, getTaskCount, getThreadFactory, isShutdown, isTerminated, isTerminating, prestartAllCoreThreads, prestartCoreThread, purge, remove, setCorePoolSize, setKeepAliveTime, setMaximumPoolSize, setRejectedExecutionHandler, setThreadFactory, shutdown, shutdownNow, terminated |
ThreadPoolQueueExecutor
public ThreadPoolQueueExecutor(int threads,
int maxThreads,
BlockingQueue<Runnable> workQueue)
getQueue
public BlockingQueue<Runnable> getQueue()
- Overrides:
getQueue in class ThreadPoolExecutor
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.