org.edg.data.reptor.analysis
Class LogParserDefaultReptor

java.lang.Object
  extended byorg.edg.data.reptor.analysis.LogParserDefaultReptor
All Implemented Interfaces:
LogParser

public class LogParserDefaultReptor
extends java.lang.Object
implements LogParser

Docu

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

Method Summary
 long getTime()
          Return the timestamp from the log line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTime

public long getTime()
             throws java.lang.NumberFormatException
Return the timestamp from the log line.

Specified by:
getTime in interface LogParser
Returns:
in milliseconds from the epoch.
Throws:
java.lang.NumberFormatException