当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
AsynchronousFacade (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.asynchronous.aspects
Interface AsynchronousFacade
- All Known Implementing Classes:
- AsynchronousFacadeImpl
- public interface AsynchronousFacade
- Version:
- $Revision: 1.2 $
- Author:
- {Claude Hussenet Independent Consultant}.
setId
public void setId(String id)
getId
public String getId()
setTimeout
public void setTimeout(long timeout)
getTimeout
public long getTimeout()
getAsynchronousTask
public AsynchronousTask getAsynchronousTask()
setAsynchronousTask
public void setAsynchronousTask(AsynchronousTask asynchronousTask)
getThreadManagerResponse
public ThreadManagerResponse getThreadManagerResponse()
waitForResponse
public AsynchronousResponse waitForResponse()
isDone
public boolean isDone()
getResponseCode
public int getResponseCode()
getReturnValue
public Object getReturnValue()
waitForResponse
public AsynchronousResponse waitForResponse(AsynchronousTask asynchronousTask)
isDone
public boolean isDone(AsynchronousTask asynchronousTask)
getResponseCode
public int getResponseCode(AsynchronousTask synchronousTask)
getReturnValue
public Object getReturnValue(AsynchronousTask asynchronousTask)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.