org.apache.jmeter.report.writers

Class DefaultPageSummary

Implemented Interfaces:
Cloneable, PageSummary

public class DefaultPageSummary
extends Object
implements PageSummary

This is a basic implementation of PageSummary interface.

Constructor Summary

DefaultPageSummary()

Method Summary

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)

Constructor Details

DefaultPageSummary

public DefaultPageSummary()

Method Details

getElapsedTime

public long getElapsedTime()
Returns the elapsed time in milliseconds
Specified by:
getElapsedTime in interface PageSummary

getEndTimeStamp

public long getEndTimeStamp()
Specified by:
getEndTimeStamp in interface PageSummary

getFileName

public String getFileName()
Specified by:
getFileName in interface PageSummary

getPageTitle

public String getPageTitle()
Specified by:
getPageTitle in interface PageSummary

getStartTimeStamp

public long getStartTimeStamp()
Specified by:
getStartTimeStamp in interface PageSummary

isSuccessful

public boolean isSuccessful()
Specified by:
isSuccessful in interface PageSummary

pageEnded

public void pageEnded()
Specified by:
pageEnded in interface PageSummary

pageStarted

public void pageStarted()
Specified by:
pageStarted in interface PageSummary

setFileName

public void setFileName(String file)
Specified by:
setFileName in interface PageSummary

setPageTitle

public void setPageTitle(String title)
Specified by:
setPageTitle in interface PageSummary

setSuccessful

public void setSuccessful(boolean success)
Specified by:
setSuccessful in interface PageSummary

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.