scone.simpleAccesstracking
Class BrowserHistory

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byscone.simpleAccesstracking.BrowserHistory
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class BrowserHistory
extends java.util.Hashtable

Keeps a history of all Web-browser windows and frames to amalyse the movements of the user.

Author:
Harald Weinreich, Volkert Buchmann
See Also:
Serialized Form

Constructor Summary
BrowserHistory()
           
 
Method Summary
 FrameHistory getHistory(java.lang.Object key)
          returns a FrameHistory
 void putHistory(java.lang.Object key, FrameHistory frameHistory)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowserHistory

public BrowserHistory()
Method Detail

getHistory

public FrameHistory getHistory(java.lang.Object key)
returns a FrameHistory


putHistory

public void putHistory(java.lang.Object key,
                       FrameHistory frameHistory)