org.edg.data.reptor.analysis
Class ExampleCregAnalysis

java.lang.Object
  extended byorg.edg.data.reptor.analysis.ExampleCregAnalysis

public class ExampleCregAnalysis
extends java.lang.Object

Quick example to show matching of two events from a logfile (approximate start of replication until the approximate end of replication). The time difference between the two events is the result. Note: this requires the log4j logger patern begins with %d{ISO8601}. It also makes the match based on a pattern %c{2}:%L.

Version:
$Id: ExampleCregAnalysis.java,v 1.1 2003/10/15 14:35:25 jamesc Exp $
Author:
Gavin McCance

Constructor Summary
ExampleCregAnalysis(java.lang.String logFile)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleCregAnalysis

public ExampleCregAnalysis(java.lang.String logFile)
Method Detail

main

public static void main(java.lang.String[] args)