com.googlecode.jpattern.service.log.reader
Class QueueExecutor

java.lang.Object
  extended by com.googlecode.jpattern.service.log.AExecutor
      extended by com.googlecode.jpattern.service.log.reader.QueueExecutor
All Implemented Interfaces:
IExecutor, Serializable

public class QueueExecutor
extends AExecutor

Author:
Francesco CinĂ  07/ago/2009
See Also:
Serialized Form

Constructor Summary
QueueExecutor(IQueueMessages aQueueMessages)
           
QueueExecutor(IQueueMessages aQueueMessages, IExecutor aExecutor)
           
 
Method Summary
 void what(DebugEvent aEvent)
           
 void what(ErrorEvent aEvent)
           
 void what(InfoEvent aEvent)
           
 void what(TraceEvent aEvent)
           
 void what(WarnEvent aEvent)
           
 
Methods inherited from class com.googlecode.jpattern.service.log.AExecutor
execute, execute, execute, execute, execute, getMessageFormatter, setLoggerLevel, setMessageFormatter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueExecutor

public QueueExecutor(IQueueMessages aQueueMessages)

QueueExecutor

public QueueExecutor(IQueueMessages aQueueMessages,
                     IExecutor aExecutor)
Method Detail

what

public void what(InfoEvent aEvent)
Specified by:
what in class AExecutor

what

public void what(DebugEvent aEvent)
Specified by:
what in class AExecutor

what

public void what(ErrorEvent aEvent)
Specified by:
what in class AExecutor

what

public void what(TraceEvent aEvent)
Specified by:
what in class AExecutor

what

public void what(WarnEvent aEvent)
Specified by:
what in class AExecutor


Copyright © 2011. All Rights Reserved.