com.xerox.amazonws.sdb
Class Domain.RejectionHandler

java.lang.Object
  extended by com.xerox.amazonws.sdb.Domain.RejectionHandler
All Implemented Interfaces:
RejectedExecutionHandler
Enclosing class:
Domain

protected class Domain.RejectionHandler
extends Object
implements RejectedExecutionHandler


Constructor Summary
protected Domain.RejectionHandler()
           
 
Method Summary
 void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Domain.RejectionHandler

protected Domain.RejectionHandler()
Method Detail

rejectedExecution

public void rejectedExecution(Runnable r,
                              ThreadPoolExecutor executor)
Specified by:
rejectedExecution in interface RejectedExecutionHandler