org.jboss.netty.util.internal
Class UnterminatableExecutor

java.lang.Object
  extended by org.jboss.netty.util.internal.UnterminatableExecutor
All Implemented Interfaces:
Executor

public class UnterminatableExecutor
extends Object
implements Executor

Disables shutdown of an Executor by wrapping the Executor.

Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
The Netty Project, Trustin Lee

Constructor Summary
UnterminatableExecutor(Executor executor)
           
 
Method Summary
 void execute(Runnable command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnterminatableExecutor

public UnterminatableExecutor(Executor executor)
Method Detail

execute

public void execute(Runnable command)
Specified by:
execute in interface Executor


Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.