org.glassbox.executor
Interface Handler

All Known Implementing Classes:
NullHandler

public interface Handler

The executor pattern was published by Eric Crahen. Take a look at his paper to learn more about it.


Method Summary
 void afterFailure(java.lang.Runnable task, java.lang.RuntimeException failure)
           
 void afterRun(java.lang.Runnable task)
           
 void beforeRun(java.lang.Runnable task)
           
 

Method Detail

beforeRun

void beforeRun(java.lang.Runnable task)

afterRun

void afterRun(java.lang.Runnable task)

afterFailure

void afterFailure(java.lang.Runnable task,
                  java.lang.RuntimeException failure)


Copyright © 2005-2010 The K-Wf Grid Consortium. All Rights Reserved.