com.googlecode.jpattern.service.log
Class WarningExecutorStrategy

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

public class WarningExecutorStrategy
extends Object
implements IExecutorStrategy

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

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

WarningExecutorStrategy

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