public abstract class StatDataCollectorAbstractImpl extends Object implements StatDataCollector
| Modifier and Type | Field and Description |
|---|---|
protected Date |
sessionStartTime |
| Constructor and Description |
|---|
StatDataCollectorAbstractImpl(String campaignName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCampaignName() |
Date |
getSessionStartTime() |
abstract StatDataCollectorType |
getStatDataCollectorType() |
protected abstract void |
reset() |
abstract StatResult |
restartAndGet() |
abstract void |
updateData(long newVal) |
abstract void |
updateData(String newVal) |
protected Date sessionStartTime
public StatDataCollectorAbstractImpl(String campaignName)
public String getCampaignName()
getCampaignName in interface StatDataCollectorpublic Date getSessionStartTime()
getSessionStartTime in interface StatDataCollectorpublic abstract StatResult restartAndGet()
restartAndGet in interface StatDataCollectorprotected abstract void reset()
public abstract void updateData(long newVal)
updateData in interface StatDataCollectorpublic abstract void updateData(String newVal)
updateData in interface StatDataCollectorpublic abstract StatDataCollectorType getStatDataCollectorType()
getStatDataCollectorType in interface StatDataCollectorCopyright © 2016. All Rights Reserved.