| Package | Description |
|---|---|
| org.jboss.jca.embedded.dsl.datasources11.api |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPropertyType<DatasourceType<T>> |
DatasourceType.createConnectionProperty()
Creates a new
connection-property element |
ConnectionPropertyType<DatasourceType<T>> |
DatasourceType.getOrCreateConnectionProperty()
If not already created, a new
connection-property element will be created and returned. |
ConnectionPropertyType<T> |
ConnectionPropertyType.name(java.lang.String name)
Sets the
name attribute |
ConnectionPropertyType<T> |
ConnectionPropertyType.removeName()
Removes the
name attribute |
ConnectionPropertyType<T> |
ConnectionPropertyType.text(java.lang.String value)
Sets the body text for the element
connection-propertyType |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConnectionPropertyType<DatasourceType<T>>> |
DatasourceType.getAllConnectionProperty()
Returns all
connection-property elements |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)