org.jboss.aspects.asynchronous.aspects
Interface AsynchronousFacade

All Known Implementing Classes:
AsynchronousFacadeImpl

public interface AsynchronousFacade

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

Method Summary
 AsynchronousTask getAsynchronousTask()
           
 String getId()
           
 int getResponseCode()
           
 int getResponseCode(AsynchronousTask synchronousTask)
           
 Object getReturnValue()
           
 Object getReturnValue(AsynchronousTask asynchronousTask)
           
 ThreadManagerResponse getThreadManagerResponse()
           
 long getTimeout()
           
 boolean isDone()
           
 boolean isDone(AsynchronousTask asynchronousTask)
           
 void setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 void setId(String id)
           
 void setTimeout(long timeout)
           
 AsynchronousResponse waitForResponse()
           
 AsynchronousResponse waitForResponse(AsynchronousTask asynchronousTask)
           
 

Method Detail

setId

void setId(String id)

getId

String getId()

setTimeout

void setTimeout(long timeout)

getTimeout

long getTimeout()

getAsynchronousTask

AsynchronousTask getAsynchronousTask()

setAsynchronousTask

void setAsynchronousTask(AsynchronousTask asynchronousTask)

getThreadManagerResponse

ThreadManagerResponse getThreadManagerResponse()

waitForResponse

AsynchronousResponse waitForResponse()

isDone

boolean isDone()

getResponseCode

int getResponseCode()

getReturnValue

Object getReturnValue()

waitForResponse

AsynchronousResponse waitForResponse(AsynchronousTask asynchronousTask)

isDone

boolean isDone(AsynchronousTask asynchronousTask)

getResponseCode

int getResponseCode(AsynchronousTask synchronousTask)

getReturnValue

Object getReturnValue(AsynchronousTask asynchronousTask)


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