|
||||||||||
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,
String line,
String time)
create a log entry object |
Method Summary | |
---|---|
LogEntry.CallInfo |
getInfo()
get the CallInfo object |
double |
getInvocationTime()
get the invocationTIme |
org.gcube.common.core.scope.GCUBEScope |
getScope()
get the scope |
Date |
getStartDate()
|
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(org.gcube.common.core.scope.GCUBEScope scope)
set the scope |
void |
setStartDate(Date startDate)
|
void |
setTime(String time)
set the time |
void |
setType(RIInvocationParser.EntryType type)
set the entry type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogEntry(RIInvocationParser.EntryType type, String line, String time) throws ParseException
type
- typeline
- linetime
- time
ParseException
- ParseExceptionMethod Detail |
---|
public LogEntry.CallInfo getInfo()
public void setInfo(LogEntry.CallInfo info)
info
- public double getInvocationTime()
public void setInvocationTime(double invocationTime)
invocationTime
- public org.gcube.common.core.scope.GCUBEScope getScope()
public void setScope(org.gcube.common.core.scope.GCUBEScope scope)
scope
- the scopepublic RIInvocationParser.EntryType getType()
public void setType(RIInvocationParser.EntryType type)
type
- public Date getStartDate()
public void setStartDate(Date startDate)
public String getTime()
public void setTime(String time)
time
- the time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |