|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.SqlConnections
| Constructor Summary | |
SqlConnections()
Creates new SqlConnections collection |
|
| Method Summary | |
void |
add(SqlConnection connection)
Adds a new connection to the collection. |
boolean |
applyXml(java.lang.String xmlString)
|
void |
closeAll()
|
SqlConnection |
getConnection(java.lang.String name)
Gets the connection with the specified name. |
void |
initializeAll()
|
java.util.Iterator |
iterator()
Returns an iterator to loop through the options. |
void |
remove(java.lang.String name)
Removes the connection with the specified name from the collection. |
void |
removeAll()
|
int |
size()
Returns the number of connections in the collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SqlConnections()
| Method Detail |
public void add(SqlConnection connection)
connection - The connectionpublic SqlConnection getConnection(java.lang.String name)
name - The name of the connection.
public java.util.Iterator iterator()
public void remove(java.lang.String name)
name - The name of the connection.public void initializeAll()
public void closeAll()
public void removeAll()
public int size()
public boolean applyXml(java.lang.String xmlString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||