jxtray
Class SQLHistoryCache

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjxtray.SQLHistoryCache
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class SQLHistoryCache
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
SQLHistoryCache()
           
 
Method Summary
 void finalize()
          Memory Managnement
 java.lang.Object[] getAllQueries()
           
static SQLHistoryCache getInstance()
           
 void load()
          Load from the XML file
 void printState()
          Print the contain of the Hastable
 void update(SQLHistoryEntry entry)
           
 void writeXMLFile()
          Enregistre les connexions dans le fichier XML
 
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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLHistoryCache

public SQLHistoryCache()
Method Detail

getInstance

public static SQLHistoryCache getInstance()

update

public void update(SQLHistoryEntry entry)
            throws java.lang.Exception
Throws:
java.lang.Exception

getAllQueries

public java.lang.Object[] getAllQueries()
                                 throws java.lang.Exception
Throws:
java.lang.Exception

load

public void load()
          throws java.lang.Exception
Load from the XML file

Throws:
java.lang.Exception

printState

public void printState()
                throws java.lang.Exception
Print the contain of the Hastable

Throws:
java.lang.Exception

writeXMLFile

public void writeXMLFile()
Enregistre les connexions dans le fichier XML


finalize

public void finalize()
Memory Managnement