|
||||||||||
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.connection.DriverCache
This class is a drivers container. It contains all the informations drivers defined in the XML files
Constructor Summary | |
DriverCache()
|
Method Summary | |
void |
finalize()
Memory Managnement |
java.lang.Object[] |
getAllDriverName()
|
static DriverCache |
getInstance()
|
void |
loadDrivers()
Load from the XML file |
void |
printState()
Print the contain of the Hastable |
void |
update(DriverInfo newDriver)
|
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 DriverCache()
Method Detail |
public static DriverCache getInstance()
public void update(DriverInfo newDriver) throws java.lang.Exception
java.lang.Exception
public java.lang.Object[] getAllDriverName() throws java.lang.Exception
java.lang.Exception
public void loadDrivers() 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 |