public class DefaultPageSummary extends Object implements PageSummary
| Constructor and Description |
|---|
DefaultPageSummary() |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime()
Returns the elapsed time in milliseconds
|
long |
getEndTimeStamp() |
String |
getFileName() |
String |
getPageTitle() |
long |
getStartTimeStamp() |
boolean |
isSuccessful() |
void |
pageEnded() |
void |
pageStarted() |
void |
setFileName(String file) |
void |
setPageTitle(String title) |
void |
setSuccessful(boolean success) |
public long getElapsedTime()
getElapsedTime in interface PageSummarypublic long getEndTimeStamp()
getEndTimeStamp in interface PageSummarypublic String getFileName()
getFileName in interface PageSummarypublic String getPageTitle()
getPageTitle in interface PageSummarypublic long getStartTimeStamp()
getStartTimeStamp in interface PageSummarypublic boolean isSuccessful()
isSuccessful in interface PageSummarypublic void pageStarted()
pageStarted in interface PageSummarypublic void pageEnded()
pageEnded in interface PageSummarypublic void setFileName(String file)
setFileName in interface PageSummarypublic void setPageTitle(String title)
setPageTitle in interface PageSummarypublic void setSuccessful(boolean success)
setSuccessful in interface PageSummaryCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.