org.jboss.aspects.asynch
Class AsynchAspect

java.lang.Object
  extended by org.jboss.aspects.asynch.AsynchAspect

public class AsynchAspect
extends Object

Comment

Version:
$Revision: 1.4.2.3 $
Author:
Bill Burke

Field Summary
protected  ExecutorAbstraction executor
           
static String FUTURE
           
 
Constructor Summary
AsynchAspect()
           
 
Method Summary
 Object execute(org.jboss.aop.joinpoint.MethodInvocation invocation)
           
 org.jboss.aop.Advisor getAdvisor()
           
 void setAdvisor(org.jboss.aop.Advisor advisor)
           
protected  void setupLocalFuture(org.jboss.aop.joinpoint.MethodInvocation invocation, Future future)
           
protected  void setupRemoteFuture(org.jboss.aop.joinpoint.MethodInvocation invocation, RemotableFuture future, org.jboss.remoting.InvokerLocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FUTURE

public static final String FUTURE
See Also:
Constant Field Values

executor

protected ExecutorAbstraction executor
Constructor Detail

AsynchAspect

public AsynchAspect()
Method Detail

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.