|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
jxtray.SQLHistoryCache
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 |
public SQLHistoryCache()
Method Detail |
public static SQLHistoryCache getInstance()
public void update(SQLHistoryEntry entry) throws java.lang.Exception
java.lang.Exception
public java.lang.Object[] getAllQueries() throws java.lang.Exception
java.lang.Exception
public void load() throws java.lang.Exception
java.lang.Exception
public void printState() throws java.lang.Exception
java.lang.Exception
public void writeXMLFile()
public void finalize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |