org.ow2.jasmine.monitoring.mbeancmd.event.processor.outer
Class OuterProcessor

java.lang.Object
  extended by org.ow2.jasmine.monitoring.mbeancmd.event.processor.outer.OuterProcessor
All Implemented Interfaces:
org.ow2.jasmine.event.processor.JasmineEventProcessor<OuterContext>

public class OuterProcessor
extends java.lang.Object
implements org.ow2.jasmine.event.processor.JasmineEventProcessor<OuterContext>

Provide a processor that prints JASMINe event into a PrintStream.

Author:
Loris Bouzonnet

Field Summary
static java.text.SimpleDateFormat SIMPLEDATEFORMAT
          Date format.
 
Constructor Summary
OuterProcessor()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLEDATEFORMAT

public static final java.text.SimpleDateFormat SIMPLEDATEFORMAT
Date format.

Constructor Detail

OuterProcessor

public OuterProcessor()
Method Detail

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 © 2009 OW2 Consortium. All Rights Reserved.