org.drools.command.impl
Class LoggingInterceptor

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

public class LoggingInterceptor
extends AbstractInterceptor


Field Summary
protected static org.slf4j.Logger logger
           
 
Constructor Summary
LoggingInterceptor()
           
 
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
 

Field Detail

logger

protected static transient org.slf4j.Logger logger
Constructor Detail

LoggingInterceptor

public LoggingInterceptor()
Method Detail

execute

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


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.