deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.commons.configuration
Class JDBCConnections

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<PooledConnection> pooledConnection
           
 
Constructor Summary
JDBCConnections()
           
 
Method Summary
 List<PooledConnection> getPooledConnection()
          Gets the value of the pooledConnection property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pooledConnection

protected List<PooledConnection> pooledConnection
Constructor Detail

JDBCConnections

public JDBCConnections()
Method Detail

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


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>