org.torweg.pulse.component.statistics.model.aggregation
Class UserAgentVersionCounter
java.lang.Object
org.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.component.statistics.model.aggregation.AbstractRegexVersionedCounter<UserAgentPerVisitAggregation>
org.torweg.pulse.component.statistics.model.aggregation.UserAgentVersionCounter
- All Implemented Interfaces:
- java.io.Serializable, ICount
@Entity
public final class UserAgentVersionCounter
- extends AbstractRegexVersionedCounter<UserAgentPerVisitAggregation>
The actual implementation of AbstractRegexVersionedCounterLocaleManager for
storing the aggregated data about a version of an UserAgentLocaleManager,
represented by a RegexVersionLocaleManager.
Used by: UserAgentPerVisitAggregationLocaleManager.
- Version:
- $Revision: 1933 $
- Author:
- Daniel Dietz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserAgentVersionCounter
@Deprecated
protected UserAgentVersionCounter()
- Deprecated.
- Default constructor for hibernateTM.
UserAgentVersionCounter
public UserAgentVersionCounter(UserAgentPerVisitAggregation aggregation, RegexVersion v)
- Creates a new
UserAgentVersionCounterLocaleManager for the given
aggregation and version.
- Parameters:
aggregation - the UserAgentPerVisitAggregationLocaleManagerv - the VersionLocaleManager
- Throws:
java.lang.NullPointerException - if
- given aggregation is
nullLocaleManager
- given version is
nullLocaleManager