org.torweg.pulse.component.statistics.model.aggregation
Class PathTreeElement
java.lang.Object
org.torweg.pulse.util.entity.AbstractBasicEntity
org.torweg.pulse.util.entity.Node
org.torweg.pulse.component.statistics.model.aggregation.AbstractTreeElement<PathTreeElement>
org.torweg.pulse.component.statistics.model.aggregation.PathTreeElement
- All Implemented Interfaces:
- java.io.Serializable
@Entity
public class PathTreeElement
- extends AbstractTreeElement<PathTreeElement>
Represents a path string element within the pulse website statistics.
- Version:
- $Revision: 1555 $
- Author:
- Daniel Dietz
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PathTreeElement
@Deprecated
protected PathTreeElement()
- Deprecated.
- Default constructor.
PathTreeElement
public PathTreeElement(StatisticsServer s)
- Creates a new root node for the given server.
- Parameters:
s - the statistics server
PathTreeElement
public PathTreeElement(java.lang.String pathElement, StatisticsServer s)
throws java.lang.NullPointerException,
java.lang.IllegalArgumentException
- Creates a new
PathTreeElement for the given pathString
element.
- Parameters:
pathElement - the name of the pathString element as represented by this
PathTreeElement.s - the server the path element belongs to
- Throws:
java.lang.NullPointerException - if the given pathElement is null
java.lang.IllegalArgumentException - if the given pathElement is empty string