org.gcube.messaging.accounting.portal.logparser.entry
Class HLEntry

java.lang.Object
  extended by org.gcube.messaging.accounting.portal.logparser.entry.LogEntry
      extended by org.gcube.messaging.accounting.portal.logparser.entry.HLEntry
All Implemented Interfaces:
java.io.Serializable

public class HLEntry
extends LogEntry

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Constructor Summary
HLEntry(java.lang.String line, AccessLogParser.EntryType type)
          constructor
 
Method Summary
 org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
           
 
Methods inherited from class org.gcube.messaging.accounting.portal.logparser.entry.LogEntry
getDate, getEntryType, getMessage, getRecord, getUser, getVre, parse, setDate, setEntryType, setMessage, setRecordName, setUser, setVre, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HLEntry

public HLEntry(java.lang.String line,
               AccessLogParser.EntryType type)
        throws java.text.ParseException
constructor

Parameters:
line - the line to parse
The - EntryType
Throws:
java.text.ParseException - exception
Method Detail

fillRecord

public org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
Specified by:
fillRecord in class LogEntry