|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.aggregator.AbstractBaseAggregator
public abstract class AbstractBaseAggregator
Abstract base-class to derive an aggregation for the
DataAggregationJoblet from.
| Constructor Summary | |
|---|---|
AbstractBaseAggregator()
|
|
| Method Summary | |
|---|---|
abstract void |
aggregate(Visit visit,
org.hibernate.Session s)
Processes and aggregates the passed Visits. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBaseAggregator()
| Method Detail |
|---|
public abstract void aggregate(Visit visit,
org.hibernate.Session s)
Visits.
NOTE:
This method is wrapped by an org.hibernate.Transaction which
is being opened before and committed afterwards for each passed
Visit in the calling DataAggregationJoblet.
visit - the Visit to be processeds - the current hibernateTM-Session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||