ariba.util.core
Class DefaultRejectedExecutionHandler
java.lang.Object
ariba.util.core.DefaultRejectedExecutionHandler
- All Implemented Interfaces:
- RejectedExecutionHandler
public class DefaultRejectedExecutionHandler
- extends Object
- implements RejectedExecutionHandler
DefaultRejectedExecutionHandler
public DefaultRejectedExecutionHandler()
handle
public void handle(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-2009 Ariba, Inc. All Rights Reserved.