org.icenigrid.gridsam.core.plugin
Interface JobContext.ThrowableRunnable

Enclosing interface:
JobContext

public static interface JobContext.ThrowableRunnable

A runnable-like interface that allows exception to be caught


Method Summary
 void run()
          When an object implementing interface ThrowableRunnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
 

Method Detail

run

void run()
         throws java.lang.Exception
When an object implementing interface ThrowableRunnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

The general contract of the method run is that it may take any action whatsoever.

Throws:
java.lang.Exception - exception to be thrown back to the caller when calling runInterruptable
See Also:
Thread.run()


Copyright © 2008. All Rights Reserved.