站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

AsynchronousFacadeFields (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.asynchronous.aspects
Interface AsynchronousFacadeFields

All Known Implementing Classes:
AsynchronousFacadeFieldsImpl, AsynchronousFacadeFieldsThreadLocalImpl

public interface AsynchronousFacadeFields

Version:
$Revision: 1.2 $
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.