|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
jxtray.connection.JxtConnectionManager
Field Summary |
Fields inherited from class java.util.Properties |
defaults |
Constructor Summary | |
JxtConnectionManager()
|
Method Summary | |
void |
closeAllConnections()
|
int |
count()
Renvoi le nombre de connexion présente dans le manager ( fermée ou non ) |
java.lang.Object[] |
getAllConnectionName()
|
static JxtConnectionManager |
getInstance()
|
void |
printState()
|
void |
updateDriverName(java.lang.String oldName,
java.lang.String newName)
|
void |
writeXMLFile()
Enregistre les connexions dans le fichier XML |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store |
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 |
public JxtConnectionManager()
Method Detail |
public static JxtConnectionManager getInstance()
public void closeAllConnections()
public java.lang.Object[] getAllConnectionName()
public int count()
public void writeXMLFile()
public void printState()
public void updateDriverName(java.lang.String oldName, java.lang.String newName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |