com.googlecode.jpattern.service.log
Class InfoExecutorStrategy

java.lang.Object
  extended by com.googlecode.jpattern.service.log.InfoExecutorStrategy
All Implemented Interfaces:
IExecutorStrategy, Serializable

public class InfoExecutorStrategy
extends Object
implements IExecutorStrategy

Author:
Francesco Cina' 12/ago/2010
See Also:
Serialized Form

Constructor Summary
InfoExecutorStrategy()
           
 
Method Summary
 void exec(AExecutor executor, DebugEvent event)
           
 void exec(AExecutor executor, ErrorEvent event)
           
 void exec(AExecutor executor, InfoEvent event)
           
 void exec(AExecutor executor, TraceEvent event)
           
 void exec(AExecutor executor, WarnEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoExecutorStrategy

public InfoExecutorStrategy()
Method Detail

exec

public void exec(AExecutor executor,
                 TraceEvent event)
Specified by:
exec in interface IExecutorStrategy

exec

public void exec(AExecutor executor,
                 DebugEvent event)
Specified by:
exec in interface IExecutorStrategy

exec

public void exec(AExecutor executor,
                 InfoEvent event)
Specified by:
exec in interface IExecutorStrategy

exec

public void exec(AExecutor executor,
                 WarnEvent event)
Specified by:
exec in interface IExecutorStrategy

exec

public void exec(AExecutor executor,
                 ErrorEvent event)
Specified by:
exec in interface IExecutorStrategy


Copyright © 2011. All Rights Reserved.