org.deegree.commons.configuration
Class JDBCConnections
java.lang.Object
org.deegree.commons.configuration.JDBCConnections
public class JDBCConnections
- extends Object
Container element for the definition of one
or more JDBC connections.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.deegree.org/commons}PooledConnection" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pooledConnection
protected List<PooledConnection> pooledConnection
JDBCConnections
public JDBCConnections()
getPooledConnection
public List<PooledConnection> getPooledConnection()
- Gets the value of the pooledConnection property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the pooledConnection property.
For example, to add a new item, do as follows:
getPooledConnection().add(newItem);
Objects of the following type(s) are allowed in the list
PooledConnection
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>