org.jboss.aspects.asynchronous.aspects
Interface AsynchronousFacadeFields

All Known Implementing Classes:
AsynchronousFacadeFieldsImpl, AsynchronousFacadeFieldsThreadLocalImpl

public interface AsynchronousFacadeFields

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

Method Summary
 AsynchronousTask getAsynchronousTask()
           
 String getId()
           
 long getTimeout()
           
 void setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 void setId(String id)
           
 void setTimeout(long timeout)
           
 

Method Detail

getId

String getId()

setId

void setId(String id)

getTimeout

long getTimeout()

setTimeout

void setTimeout(long timeout)

getAsynchronousTask

AsynchronousTask getAsynchronousTask()

setAsynchronousTask

void setAsynchronousTask(AsynchronousTask asynchronousTask)


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