org.novadeck.jxla.data
Class DayData

java.lang.Object
  |
  +--org.novadeck.jxla.data.DayData
All Implemented Interfaces:
java.io.Serializable

public class DayData
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.util.HashMap _hits
           
protected  java.util.HashMap _referers
           
protected  java.util.HashMap _remote_ip
           
 
Constructor Summary
DayData(int day, MonthData month)
           
 
Method Summary
 void addLine(Line l)
           
 void dumpData(Output out)
           
static void dumpEmptyData(Output out)
           
protected  long getCount(java.util.HashMap map)
           
 int getDay()
           
 long getFiles()
           
 long getHits()
           
 long getPages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_referers

protected java.util.HashMap _referers

_remote_ip

protected java.util.HashMap _remote_ip

_hits

protected java.util.HashMap _hits
Constructor Detail

DayData

public DayData(int day,
               MonthData month)
Method Detail

getDay

public int getDay()

addLine

public void addLine(Line l)

dumpData

public void dumpData(Output out)
              throws java.io.IOException
java.io.IOException

dumpEmptyData

public static void dumpEmptyData(Output out)
                          throws java.io.IOException
java.io.IOException

getCount

protected long getCount(java.util.HashMap map)

getHits

public long getHits()

getFiles

public long getFiles()

getPages

public long getPages()