org.apache.servicemix.executors.impl
Class WrappedRejectedExecutionHandler

java.lang.Object
  extended by org.apache.servicemix.executors.impl.WrappedRejectedExecutionHandler
All Implemented Interfaces:
java.util.concurrent.RejectedExecutionHandler

public class WrappedRejectedExecutionHandler
extends java.lang.Object
implements java.util.concurrent.RejectedExecutionHandler


Constructor Summary
WrappedRejectedExecutionHandler(ManagedExecutor executor)
           
 
Method Summary
 void rejectedExecution(java.lang.Runnable runnable, java.util.concurrent.ThreadPoolExecutor threadPoolExecutor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedRejectedExecutionHandler

public WrappedRejectedExecutionHandler(ManagedExecutor executor)
Method Detail

rejectedExecution

public void rejectedExecution(java.lang.Runnable runnable,
                              java.util.concurrent.ThreadPoolExecutor threadPoolExecutor)
Specified by:
rejectedExecution in interface java.util.concurrent.RejectedExecutionHandler


Copyright © 2005-2011 FuseSource. All Rights Reserved.