com.googlecode.jpattern.service.log
Class ErrorExecutorStrategy

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

public class ErrorExecutorStrategy
extends Object
implements IExecutorStrategy

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

Constructor Summary
ErrorExecutorStrategy()
           
 
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

ErrorExecutorStrategy

public ErrorExecutorStrategy()
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.