org.novadeck.jxla.data
Class GeneralLogData
java.lang.Object
org.novadeck.jxla.data.GeneralLogData
- All Implemented Interfaces:
- Serializable
public class GeneralLogData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_referers
protected HashMap _referers
_keywords
protected HashMap _keywords
_remote_ip
protected HashMap _remote_ip
_hits
protected HashMap _hits
_pagesView
protected HashMap _pagesView
_files
protected HashMap _files
_status
protected HashMap _status
_userAgents
protected HashMap _userAgents
_users
protected HashMap _users
_traffic
protected long _traffic
GeneralLogData
public GeneralLogData()
addReferer
public void addReferer(String s)
addKeywords
public void addKeywords(String s)
addRemoteIP
public void addRemoteIP(String s)
addStatus
public void addStatus(String s)
addUserAgent
public void addUserAgent(String s)
addUser
public void addUser(String s)
addHit
public void addHit(String s)
addFile
public void addFile(String s)
addPageView
public void addPageView(String s)
inc
protected void inc(String key,
HashMap map)
getCount
protected long getCount(HashMap map)
getTraffic
public long getTraffic()
addTraffic
public void addTraffic(long l)
getPages
public long getPages()
getFiles
public long getFiles()
getHits
public long getHits()
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.