src.server
Class Log

java.lang.Object
  extended bysrc.server.Log

public class Log
extends java.lang.Object

Represents a log of all queries. Queries are passed to this class which then stores them for later use (i.e. statistical purposes).

Version:
2005-apr-24

Constructor Summary
Log()
          Constructor for Log.
 
Method Summary
 void logQuery(QueryPackage query)
          Stores a new query in the log.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Constructor for Log.

Method Detail

logQuery

public void logQuery(QueryPackage query)
Stores a new query in the log.

Parameters:
query - The query to store.