org.jboss.aspects.asynch
Class AsynchAspect
java.lang.Object
org.jboss.aspects.asynch.AsynchAspect
public class AsynchAspect
- extends Object
Comment
- Version:
- $Revision: 1.4.2.3 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FUTURE
public static final String FUTURE
- See Also:
- Constant Field Values
executor
protected ExecutorAbstraction executor
AsynchAspect
public AsynchAspect()
getAdvisor
public org.jboss.aop.Advisor getAdvisor()
setAdvisor
public void setAdvisor(org.jboss.aop.Advisor advisor)
execute
public Object execute(org.jboss.aop.joinpoint.MethodInvocation invocation)
throws Throwable
- Throws:
Throwable
setupRemoteFuture
protected void setupRemoteFuture(org.jboss.aop.joinpoint.MethodInvocation invocation,
RemotableFuture future,
org.jboss.remoting.InvokerLocator locator)
throws Exception
- Throws:
Exception
setupLocalFuture
protected void setupLocalFuture(org.jboss.aop.joinpoint.MethodInvocation invocation,
Future future)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.