org.echarts.monitor
Class TextFormatter

java.lang.Object
  extended by org.echarts.monitor.TextFormatter
All Implemented Interfaces:
PrintStreamFormatter

public class TextFormatter
extends java.lang.Object
implements PrintStreamFormatter

Class defining method for portraying a monitor event in basic single line text format.


Constructor Summary
TextFormatter()
           
 
Method Summary
 java.lang.String portray(MachineMonitorEvent event)
          Returns string representing portrayal of event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFormatter

public TextFormatter()
Method Detail

portray

public java.lang.String portray(MachineMonitorEvent event)
Description copied from interface: PrintStreamFormatter
Returns string representing portrayal of event.

Specified by:
portray in interface PrintStreamFormatter