org.ow2.jasmine.monitoring.mbeancmd.event.processor.outer
Class OuterProcessor
java.lang.Object
org.ow2.jasmine.monitoring.mbeancmd.event.processor.outer.OuterProcessor
- All Implemented Interfaces:
- org.ow2.jasmine.event.processor.JasmineEventProcessor<OuterContext>
public class OuterProcessor
- extends Object
- implements org.ow2.jasmine.event.processor.JasmineEventProcessor<OuterContext>
Provide a processor that prints JASMINe event into a PrintStream.
- Author:
- Loris Bouzonnet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIMPLEDATEFORMAT
public static final SimpleDateFormat SIMPLEDATEFORMAT
- Date format.
OuterProcessor
public OuterProcessor()
process
public void process(OuterContext context,
org.ow2.jasmine.event.beans.JasmineEventEB event)
- Process the given JASMINe event by printing it into the
PrintStream belonging to OuterContext.outer.
- Specified by:
process in interface org.ow2.jasmine.event.processor.JasmineEventProcessor<OuterContext>
- Parameters:
event - an event
Copyright © 2012 OW2 Consortium. All Rights Reserved.