org.qi4j.library.scheduler
Class SchedulerService.RejectionHandler

java.lang.Object
  extended by org.qi4j.library.scheduler.SchedulerService.RejectionHandler
All Implemented Interfaces:
java.util.concurrent.RejectedExecutionHandler
Enclosing interface:
SchedulerService

public static class SchedulerService.RejectionHandler
extends java.lang.Object
implements java.util.concurrent.RejectedExecutionHandler


Field Summary
static org.slf4j.Logger logger
           
 
Constructor Summary
SchedulerService.RejectionHandler()
           
 
Method Summary
 void rejectedExecution(java.lang.Runnable r, java.util.concurrent.ThreadPoolExecutor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.slf4j.Logger logger
Constructor Detail

SchedulerService.RejectionHandler

public SchedulerService.RejectionHandler()
Method Detail

rejectedExecution

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