|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.accounting.node.logparser.LogEntry
public class LogEntry
| Nested Class Summary | |
|---|---|
class |
LogEntry.CallInfo
Store info about the call |
| Constructor Summary | |
|---|---|
LogEntry(RIInvocationParser.EntryType type,
java.lang.String line,
java.lang.String time)
create a log entry object |
|
| Method Summary | |
|---|---|
LogEntry.CallInfo |
getInfo()
get the CallInfo object |
double |
getInvocationTime()
get the invocationTIme |
GCUBEScope |
getScope()
get the scope |
java.util.Date |
getStartDate()
|
java.lang.String |
getTime()
get the time |
RIInvocationParser.EntryType |
getType()
get the entry type |
void |
setInfo(LogEntry.CallInfo info)
set the callInfo object |
void |
setInvocationTime(double invocationTime)
set the invocation TIme |
void |
setScope(GCUBEScope scope)
set the scope |
void |
setStartDate(java.util.Date startDate)
|
void |
setTime(java.lang.String time)
set the time |
void |
setType(RIInvocationParser.EntryType type)
set the entry type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogEntry(RIInvocationParser.EntryType type,
java.lang.String line,
java.lang.String time)
throws java.text.ParseException
type - typeline - linetime - time
java.text.ParseException - ParseException| Method Detail |
|---|
public LogEntry.CallInfo getInfo()
public void setInfo(LogEntry.CallInfo info)
info - public double getInvocationTime()
public void setInvocationTime(double invocationTime)
invocationTime - public GCUBEScope getScope()
public void setScope(GCUBEScope scope)
scope - the scopepublic RIInvocationParser.EntryType getType()
public void setType(RIInvocationParser.EntryType type)
type - public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
public java.lang.String getTime()
public void setTime(java.lang.String time)
time - the time
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||