org.jboss.aspects.asynchronous.concurrent
Interface AsynchronousTask

All Superinterfaces:
AsynchronousTask

public interface AsynchronousTask
extends AsynchronousTask

Version:
$Revision: 1.2.4.3 $
Author:
{Claude Hussenet Independent Consultant}.

Method Summary
 Runnable add()
           
 long getEndingTime()
           
 AsynchronousParameters getInputParameters()
           
 long getStartingTime()
           
 AsynchronousUserTask getTask()
           
 long getTimeout()
           
 
Methods inherited from interface org.jboss.aspects.asynchronous.AsynchronousTask
getId, getResponse, isDone
 

Method Detail

getInputParameters

AsynchronousParameters getInputParameters()

getTimeout

long getTimeout()

getTask

AsynchronousUserTask getTask()

getStartingTime

long getStartingTime()

getEndingTime

long getEndingTime()

add

Runnable add()
             throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.