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

public String getId()

setId

public void setId(String id)

getTimeout

public long getTimeout()

setTimeout

public void setTimeout(long timeout)

getAsynchronousTask

public AsynchronousTask getAsynchronousTask()

setAsynchronousTask

public void setAsynchronousTask(AsynchronousTask asynchronousTask)


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