org.drools.command.impl
Class AsynchronousInterceptor

java.lang.Object
  extended by org.drools.command.impl.AbstractInterceptor
      extended by org.drools.command.impl.AsynchronousInterceptor
All Implemented Interfaces:
CommandService, Interceptor, org.drools.runtime.CommandExecutor

public class AsynchronousInterceptor
extends AbstractInterceptor


Constructor Summary
AsynchronousInterceptor()
           
 
Method Summary
<T> T
execute(org.drools.command.Command<T> command)
           
 
Methods inherited from class org.drools.command.impl.AbstractInterceptor
executeNext, getContext, getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchronousInterceptor

public AsynchronousInterceptor()
Method Detail

execute

public <T> T execute(org.drools.command.Command<T> command)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.