public class Context extends Object
Classe Java pour oeContextComplexType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="oeContextComplexType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataSource-pool-properties" type="{http://www.open-esb.net/standalone/jndi/}dataSource-pool-propertiesComplexType" maxOccurs="unbounded" minOccurs="0"/>
<element name="jdbc-resources" type="{http://www.open-esb.net/standalone/jndi/}jdbc-resourceComplexType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DataSourcePoolProperties> |
dataSourcePoolProperties |
protected List<JDBCResource> |
jdbcResources |
| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourcePoolProperties> |
getDataSourcePoolProperties()
Gets the value of the dataSourcePoolProperties property.
|
List<JDBCResource> |
getJdbcResources()
Gets the value of the jdbcResources property.
|
protected List<DataSourcePoolProperties> dataSourcePoolProperties
protected List<JDBCResource> jdbcResources
public List<DataSourcePoolProperties> getDataSourcePoolProperties()
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 dataSourcePoolProperties property.
For example, to add a new item, do as follows:
getDataSourcePoolProperties().add(newItem);
Objects of the following type(s) are allowed in the list
DataSourcePoolProperties
public List<JDBCResource> getJdbcResources()
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 jdbcResources property.
For example, to add a new item, do as follows:
getJdbcResources().add(newItem);
Objects of the following type(s) are allowed in the list
JDBCResource
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.