ariba.util.core
Class DefaultRejectedExecutionHandler

java.lang.Object
  extended by ariba.util.core.DefaultRejectedExecutionHandler
All Implemented Interfaces:
RejectedExecutionHandler

public class DefaultRejectedExecutionHandler
extends java.lang.Object
implements RejectedExecutionHandler


Constructor Summary
DefaultRejectedExecutionHandler()
           
 
Method Summary
 void handle(java.lang.Runnable runnable, Executor executor)
          Called when a RejectedExecutionException is thrown when the Executor.execute(java.lang.Runnable) method is invoked to handle the rejection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRejectedExecutionHandler

public DefaultRejectedExecutionHandler()
Method Detail

handle

public void handle(java.lang.Runnable runnable,
                   Executor executor)
Description copied from interface: RejectedExecutionHandler
Called when a RejectedExecutionException is thrown when the Executor.execute(java.lang.Runnable) method is invoked to handle the rejection.

Specified by:
handle in interface RejectedExecutionHandler
Parameters:
runnable - the task to run, guaranteed to be non-null.
executor - the executor, guaranteed to be non-null.


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.