
public interface ConnectionFactoryResourceType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
connection-factory-resourceType xsd type| Type | Property and Description |
|---|---|
PropertyType<ConnectionFactoryResourceType<T>> |
create
Creates a new
property element |
ConnectionFactoryResourceType<T> |
removeAll
Removes all
property elements |
| Modifier and Type | Method and Description |
|---|---|
ConnectionFactoryResourceType<T> |
className(java.lang.String className)
Sets the
class-name element |
PropertyType<ConnectionFactoryResourceType<T>> |
createProperty()
Creates a new
property element |
ConnectionFactoryResourceType<T> |
description(java.lang.String description)
Sets the
description element |
java.util.List<PropertyType<ConnectionFactoryResourceType<T>>> |
getAllProperty()
Returns all
property elements |
java.lang.String |
getClassName()
Returns the
class-name element |
java.lang.String |
getDescription()
Returns the
description element |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
java.lang.Integer |
getMinPoolSize()
Returns the
min-pool-size element |
java.lang.String |
getName()
Returns the
name element |
PropertyType<ConnectionFactoryResourceType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
java.lang.String |
getResourceAdapter()
Returns the
resource-adapter element |
TransactionSupportType |
getTransactionSupport()
Returns the
transaction-support element |
java.lang.String |
getTransactionSupportAsString()
Returns the
transaction-support element |
ConnectionFactoryResourceType<T> |
id(java.lang.String id)
Sets the
id attribute |
ConnectionFactoryResourceType<T> |
maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
ConnectionFactoryResourceType<T> |
minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
ConnectionFactoryResourceType<T> |
name(java.lang.String name)
Sets the
name element |
ConnectionFactoryResourceType<T> |
removeAllProperty()
Removes all
property elements |
ConnectionFactoryResourceType<T> |
removeClassName()
Removes the
class-name element |
ConnectionFactoryResourceType<T> |
removeDescription()
Removes the
description element |
ConnectionFactoryResourceType<T> |
removeId()
Removes the
id attribute |
ConnectionFactoryResourceType<T> |
removeMaxPoolSize()
Removes the
max-pool-size element |
ConnectionFactoryResourceType<T> |
removeMinPoolSize()
Removes the
min-pool-size element |
ConnectionFactoryResourceType<T> |
removeName()
Removes the
name element |
ConnectionFactoryResourceType<T> |
removeResourceAdapter()
Removes the
resource-adapter element |
ConnectionFactoryResourceType<T> |
removeTransactionSupport()
Removes the
transaction-support attribute |
ConnectionFactoryResourceType<T> |
resourceAdapter(java.lang.String resourceAdapter)
Sets the
resource-adapter element |
ConnectionFactoryResourceType<T> |
transactionSupport(java.lang.String transactionSupport)
Sets the
transaction-support element |
ConnectionFactoryResourceType<T> |
transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
property elementPropertyType> property elementsPropertyType> ConnectionFactoryResourceType<T> description(java.lang.String description)
description elementdescription - the value for the element descriptionConnectionFactoryResourceTypejava.lang.String getDescription()
description elementdescriptionConnectionFactoryResourceType<T> removeDescription()
description elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> name(java.lang.String name)
name elementname - the value for the element nameConnectionFactoryResourceTypejava.lang.String getName()
name elementnameConnectionFactoryResourceType<T> removeName()
name elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> className(java.lang.String className)
class-name elementclassName - the value for the element class-nameConnectionFactoryResourceTypejava.lang.String getClassName()
class-name elementclass-nameConnectionFactoryResourceType<T> removeClassName()
class-name elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> resourceAdapter(java.lang.String resourceAdapter)
resource-adapter elementresourceAdapter - the value for the element resource-adapterConnectionFactoryResourceTypejava.lang.String getResourceAdapter()
resource-adapter elementresource-adapterConnectionFactoryResourceType<T> removeResourceAdapter()
resource-adapter elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> maxPoolSize(java.lang.Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizeConnectionFactoryResourceTypejava.lang.Integer getMaxPoolSize()
max-pool-size elementmax-pool-sizeConnectionFactoryResourceType<T> removeMaxPoolSize()
max-pool-size elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> minPoolSize(java.lang.Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizeConnectionFactoryResourceTypejava.lang.Integer getMinPoolSize()
min-pool-size elementmin-pool-sizeConnectionFactoryResourceType<T> removeMinPoolSize()
min-pool-size elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> transactionSupport(TransactionSupportType transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportConnectionFactoryResourceTypeConnectionFactoryResourceType<T> transactionSupport(java.lang.String transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportConnectionFactoryResourceTypeTransactionSupportType getTransactionSupport()
transaction-support elementtransaction-supportjava.lang.String getTransactionSupportAsString()
transaction-support elementtransaction-supportConnectionFactoryResourceType<T> removeTransactionSupport()
transaction-support attributeConnectionFactoryResourceTypePropertyType<ConnectionFactoryResourceType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyPropertyType<ConnectionFactoryResourceType<T>> createProperty()
property elementPropertyType> java.util.List<PropertyType<ConnectionFactoryResourceType<T>>> getAllProperty()
property elementspropertyConnectionFactoryResourceType<T> removeAllProperty()
property elementsPropertyType> ConnectionFactoryResourceType<T> id(java.lang.String id)
id attributeid - the value for the attribute idConnectionFactoryResourceTypejava.lang.String getId()
id attributeidConnectionFactoryResourceType<T> removeId()
id attributeConnectionFactoryResourceTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)