org.drools.command
Interface Interceptor

All Superinterfaces:
org.drools.runtime.CommandExecutor, CommandService
All Known Implementing Classes:
AbstractInterceptor, AsynchronousInterceptor, LoggingInterceptor

public interface Interceptor
extends CommandService


Method Summary
 CommandService getNext()
           
 void setNext(CommandService commandService)
           
 
Methods inherited from interface org.drools.command.CommandService
getContext
 
Methods inherited from interface org.drools.runtime.CommandExecutor
execute
 

Method Detail

setNext

void setNext(CommandService commandService)

getNext

CommandService getNext()


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