|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.util.TimeDataGenerator
public class TimeDataGenerator
Description:This class generates data about the execution of a replica
Constructor Summary | |
---|---|
TimeDataGenerator(java.lang.String text)
Constructor method |
Method Summary | |
---|---|
long |
getEndTime()
|
java.lang.String |
getPreText()
This method returns the initial part of caption text of this object |
long |
getStartTime()
|
boolean |
isValid()
This method verifies if the StartTime and EndTime are not a valid time stamp. |
void |
report()
This method report the times collect |
void |
setEndTime()
This method sets the end time of an execution |
void |
setPreText(java.lang.String newText)
This method sets the initial part of the caption text of this object |
void |
setStartTime()
This method sets the start time of an execution |
java.lang.String |
toString()
Returns a string representation ot this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeDataGenerator(java.lang.String text)
text
- the name of the time collectionMethod Detail |
---|
public void setPreText(java.lang.String newText)
newText
- the name of the time collectionpublic java.lang.String getPreText()
public void setStartTime()
public void setEndTime()
public void report()
public java.lang.String toString()
toString
in class java.lang.Object
public long getStartTime()
public long getEndTime()
public boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |