|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.accounting.portal.logparser.entry.LogEntry
public abstract class LogEntry
Constructor Summary | |
---|---|
LogEntry()
|
Method Summary | |
---|---|
abstract org.gcube.messaging.common.messages.records.BaseRecord |
fillRecord()
|
java.util.Date |
getDate()
get the date |
AccessLogParser.EntryType |
getEntryType()
|
Message |
getMessage()
get the message part of the log |
org.gcube.messaging.common.messages.records.BaseRecord |
getRecord()
get the Associated Record |
java.lang.String |
getUser()
get the user part |
java.lang.String |
getVre()
get the VRE |
void |
parse()
parse the line of log |
void |
setDate(java.util.Date date)
set the date |
void |
setEntryType(AccessLogParser.EntryType entryType)
|
void |
setMessage(Message message)
set the message part of the log |
void |
setRecordName(org.gcube.messaging.common.messages.records.BaseRecord record)
Set the Associtated record |
void |
setUser(java.lang.String user)
set the user |
void |
setVre(java.lang.String vre)
set the VRE |
java.lang.String |
toString()
string representation of the log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEntry()
Method Detail |
---|
public void parse() throws java.text.ParseException
java.text.ParseException
- ParseExceptionpublic java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the datepublic org.gcube.messaging.common.messages.records.BaseRecord getRecord()
public void setRecordName(org.gcube.messaging.common.messages.records.BaseRecord record)
record
- public Message getMessage()
public void setMessage(Message message)
message
- the messagepublic java.lang.String getUser()
public void setUser(java.lang.String user)
user
- the userpublic java.lang.String getVre()
public void setVre(java.lang.String vre)
vre
- the VREpublic java.lang.String toString()
toString
in class java.lang.Object
public AccessLogParser.EntryType getEntryType()
public void setEntryType(AccessLogParser.EntryType entryType)
public abstract org.gcube.messaging.common.messages.records.BaseRecord fillRecord()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |