org.jboss.jms.server.plugin.contract
Interface ThreadPool
- All Superinterfaces:
- ServerPlugin
- All Known Implementing Classes:
- DefaultThreadPool
- public interface ThreadPool
- extends ServerPlugin
A thread pool contract. The pool implementation controls how threads are allocated to deliver
messages to consumers.
- Version:
- $Revision: 1.1 $
$Id: ThreadPool.java,v 1.1 2006/01/26 00:20:30 ovidiu Exp $
- Author:
- Ovidiu Feodorov
|
Method Summary |
void |
execute(java.lang.Runnable runnable)
|
execute
public void execute(java.lang.Runnable runnable)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
Copyright © 2006 JBoss Inc. All Rights Reserved.