org.jasig.portal.utils.threading
Interface Task

All Superinterfaces:
Runnable
All Known Subinterfaces:
ChannelRenderer.IWorker
All Known Implementing Classes:
BaseTask, ChannelRenderer.Worker, RunnableTask

public interface Task
extends Runnable

A task which can be executed asynchronously

Author:
Aaron Hamid (arh14 at cornell dot edu)

Method Summary
 Exception getException()
          Returns the exception that occurred during execution, if any
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getException

Exception getException()
Returns the exception that occurred during execution, if any

Returns:
the exception that occurred during execution, if any


Copyright © 2010 Jasig. All Rights Reserved.