
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(String className)
Sets the
class-name element |
PropertyType<ConnectionFactoryResourceType<T>> |
createProperty()
Creates a new
property element |
ConnectionFactoryResourceType<T> |
description(String description)
Sets the
description element |
List<PropertyType<ConnectionFactoryResourceType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getClassName()
Returns the
class-name element |
String |
getDescription()
Returns the
description element |
String |
getId()
Returns the
id attribute |
Integer |
getMaxPoolSize()
Returns the
max-pool-size element |
Integer |
getMinPoolSize()
Returns the
min-pool-size element |
String |
getName()
Returns the
name element |
PropertyType<ConnectionFactoryResourceType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
String |
getResourceAdapter()
Returns the
resource-adapter element |
TransactionSupportType |
getTransactionSupport()
Returns the
transaction-support element |
String |
getTransactionSupportAsString()
Returns the
transaction-support element |
ConnectionFactoryResourceType<T> |
id(String id)
Sets the
id attribute |
ConnectionFactoryResourceType<T> |
maxPoolSize(Integer maxPoolSize)
Sets the
max-pool-size element |
ConnectionFactoryResourceType<T> |
minPoolSize(Integer minPoolSize)
Sets the
min-pool-size element |
ConnectionFactoryResourceType<T> |
name(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(String resourceAdapter)
Sets the
resource-adapter element |
ConnectionFactoryResourceType<T> |
transactionSupport(String transactionSupport)
Sets the
transaction-support element |
ConnectionFactoryResourceType<T> |
transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
property elementPropertyType> property elementsPropertyType> ConnectionFactoryResourceType<T> description(String description)
description elementdescription - the value for the element descriptionConnectionFactoryResourceTypeString getDescription()
description elementdescriptionConnectionFactoryResourceType<T> removeDescription()
description elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> name(String name)
name elementname - the value for the element nameConnectionFactoryResourceTypeString getName()
name elementnameConnectionFactoryResourceType<T> removeName()
name elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> className(String className)
class-name elementclassName - the value for the element class-nameConnectionFactoryResourceTypeString getClassName()
class-name elementclass-nameConnectionFactoryResourceType<T> removeClassName()
class-name elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> resourceAdapter(String resourceAdapter)
resource-adapter elementresourceAdapter - the value for the element resource-adapterConnectionFactoryResourceTypeString getResourceAdapter()
resource-adapter elementresource-adapterConnectionFactoryResourceType<T> removeResourceAdapter()
resource-adapter elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> maxPoolSize(Integer maxPoolSize)
max-pool-size elementmaxPoolSize - the value for the element max-pool-sizeConnectionFactoryResourceTypeInteger getMaxPoolSize()
max-pool-size elementmax-pool-sizeConnectionFactoryResourceType<T> removeMaxPoolSize()
max-pool-size elementConnectionFactoryResourceTypeConnectionFactoryResourceType<T> minPoolSize(Integer minPoolSize)
min-pool-size elementminPoolSize - the value for the element min-pool-sizeConnectionFactoryResourceTypeInteger 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(String transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportConnectionFactoryResourceTypeTransactionSupportType getTransactionSupport()
transaction-support elementtransaction-supportString 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> List<PropertyType<ConnectionFactoryResourceType<T>>> getAllProperty()
property elementspropertyConnectionFactoryResourceType<T> removeAllProperty()
property elementsPropertyType> ConnectionFactoryResourceType<T> id(String id)
id attributeid - the value for the attribute idConnectionFactoryResourceTypeString getId()
id attributeidConnectionFactoryResourceType<T> removeId()
id attributeConnectionFactoryResourceTypeCopyright © 2013 IronJacamar (http://www.ironjacamar.org)