当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
AsynchronousTaskImpl (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档
org.jboss.aspects.asynchronous.concurrent
Class AsynchronousTaskImpl
java.lang.Object
org.jboss.aspects.asynchronous.concurrent.AsynchronousTaskImpl
- All Implemented Interfaces:
- AsynchronousConstants, AsynchronousTask, AsynchronousTask
- public final class AsynchronousTaskImpl
- extends Object
- implements AsynchronousConstants, AsynchronousTask
- Version:
- $Revision: 1.3 $
- Author:
- {Claude Hussenet Independent Consultant}.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInputParameters
public AsynchronousParameters getInputParameters()
- Specified by:
getInputParameters
in interface AsynchronousTask
getTimeout
public long getTimeout()
- Specified by:
getTimeout
in interface AsynchronousTask
getTask
public AsynchronousUserTask getTask()
- Specified by:
getTask
in interface AsynchronousTask
getResponse
public ThreadManagerResponse getResponse()
- Specified by:
getResponse
in interface AsynchronousTask
getStartingTime
public long getStartingTime()
- Specified by:
getStartingTime
in interface AsynchronousTask
getEndingTime
public long getEndingTime()
- Specified by:
getEndingTime
in interface AsynchronousTask
isDone
public boolean isDone()
- Specified by:
isDone
in interface AsynchronousTask
add
public Runnable add()
throws Exception
- Specified by:
add
in interface AsynchronousTask
- Throws:
Exception
getId
public String getId()
- Specified by:
getId
in interface AsynchronousTask
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.