org.semispace.admin
Class SemiSpaceRejectedExecutionHandler

java.lang.Object
  extended by org.semispace.admin.SemiSpaceRejectedExecutionHandler
All Implemented Interfaces:
RejectedExecutionHandler

public class SemiSpaceRejectedExecutionHandler
extends Object
implements RejectedExecutionHandler


Constructor Summary
SemiSpaceRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
           
 
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

SemiSpaceRejectedExecutionHandler

public SemiSpaceRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
Method Detail

rejectedExecution

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


Copyright © 2008-2012. All Rights Reserved.