|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParkNPark.common.LogEntry
public class LogEntry
Contains a single log entry
Field Summary | |
---|---|
protected boolean |
logEntryFinished
Whether or not this log entry is finished |
protected long |
probeClientManagerIn
Time that naming service access began |
protected long |
probeClientManagerOut
Time that naming service access completed |
protected long |
probeDbIn
Time that database access began |
protected long |
probeDbOut
Time that database access completed |
protected long |
probeFaultDetection
Time that the first fault began |
protected long |
probeFaultRecovery
Time that the last fault completed |
protected long |
probeIn
Time that method call began |
protected String |
probeMethod
Method name |
protected long |
probeNameServerIn
Time that naming service access began |
protected long |
probeNameServerOut
Time that naming service access completed |
protected long |
probeOut
Time that method call completed |
protected String |
probeSource
Client name |
protected long |
probeWaitIn
Time that the waiting began |
protected long |
probeWaitOut
Time that the waiting completed |
Constructor Summary | |
---|---|
LogEntry()
|
Method Summary | |
---|---|
long |
getProbeClientManagerIn()
Gets the time of the probe before the client manager factory is called |
long |
getProbeClientManagerOut()
Gets the time of the probe after the client manager factory is called |
long |
getProbeDbIn()
Gets the time that the database access began |
long |
getProbeDbOut()
Gets the time that the database access ended |
long |
getProbeFaultDetection()
Gets the time that the first fault began |
long |
getProbeFaultRecovery()
Gets the time that the last fault completed |
long |
getProbeIn()
Returns the starting time of this method call |
String |
getProbeMethod()
Returns the name of the method |
long |
getProbeNameServerIn()
Gets the time of the probe before the name service is called |
long |
getProbeNameServerOut()
Gets the time of the probe after the name service is called |
long |
getProbeOut()
Returns the ending time of this method call |
String |
getProbeSource()
Returns the client name of the method call |
long |
getProbeWaitIn()
Gets the time that a wait began |
long |
getProbeWaitOut()
Gets the time that a wait completed |
boolean |
isLogEntryFinished()
Returns true if this log entry is finished or false if it is not |
void |
markLogEntryAsFinished()
Marks this LogEntry as finished, which means that it is ready to be written to the log files |
void |
setProbeClientManagerIn()
Sets the time of the probe before the client manager factory is called to the current time |
void |
setProbeClientManagerOut()
Sets the time of the probe after the client manager factory is called to the current time |
void |
setProbeDbIn()
Sets the time that the database access began |
void |
setProbeDbOut()
Sets the time that the database access ended to the current time |
void |
setProbeFaultDetection()
Sets the time that the first fault began to the current time |
void |
setProbeFaultRecovery()
Sets the time that the last fault completed to the current time |
void |
setProbeIn()
Sets the starting time of the method call to the current time |
void |
setProbeMethod(String probeMethod)
Sets the name of the method being probed |
void |
setProbeNameServerIn()
Sets the time of the probe before the name service is called to the current time |
void |
setProbeNameServerOut()
Sets the time of the probe after the name service is called to the current time |
void |
setProbeOut()
Sets the completed time of the method call to the current time |
void |
setProbeSource(String probeSource)
Sets the client name of the method call |
void |
setProbeWaitIn()
Sets the time that a wait began to the current time |
void |
setProbeWaitOut()
Sets the time that a wait ended to the current time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected long probeIn
protected long probeOut
protected long probeDbIn
protected long probeDbOut
protected long probeNameServerIn
protected long probeNameServerOut
protected long probeClientManagerIn
protected long probeClientManagerOut
protected long probeFaultDetection
protected long probeFaultRecovery
protected long probeWaitIn
protected long probeWaitOut
protected String probeMethod
protected String probeSource
protected boolean logEntryFinished
Constructor Detail |
---|
public LogEntry()
Method Detail |
---|
public void setProbeIn()
public void setProbeMethod(String probeMethod)
probeMethod
- The name of the method being probedpublic void setProbeFaultDetection()
public void setProbeFaultRecovery()
public void setProbeOut()
public void setProbeSource(String probeSource)
probeSource
- The client name of the method callpublic void setProbeDbIn()
public void setProbeDbOut()
public long getProbeIn()
public String getProbeMethod()
public long getProbeFaultDetection()
public long getProbeFaultRecovery()
public long getProbeOut()
public String getProbeSource()
public long getProbeDbIn()
public long getProbeDbOut()
public boolean isLogEntryFinished()
public void markLogEntryAsFinished()
public long getProbeNameServerIn()
public void setProbeNameServerIn()
public long getProbeNameServerOut()
public void setProbeNameServerOut()
public long getProbeClientManagerOut()
public void setProbeClientManagerOut()
public long getProbeClientManagerIn()
public void setProbeClientManagerIn()
public void setProbeWaitIn()
public long getProbeWaitIn()
public void setProbeWaitOut()
public long getProbeWaitOut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |