Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.className(java.lang.String className)
Sets the
class-name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.description(java.lang.String description)
Sets the
description element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.id(java.lang.String id)
Sets the
id attribute |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.maxPoolSize(java.lang.Integer maxPoolSize)
Sets the
max-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.minPoolSize(java.lang.Integer minPoolSize)
Sets the
min-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.name(java.lang.String name)
Sets the
name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeAllProperty()
Removes all
property elements |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeClassName()
Removes the
class-name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeDescription()
Removes the
description element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeId()
Removes the
id attribute |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeMaxPoolSize()
Removes the
max-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeMinPoolSize()
Removes the
min-pool-size element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeName()
Removes the
name element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeResourceAdapter()
Removes the
resource-adapter element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.removeTransactionSupport()
Removes the
transaction-support attribute |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.resourceAdapter(java.lang.String resourceAdapter)
Sets the
resource-adapter element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.transactionSupport(java.lang.String transactionSupport)
Sets the
transaction-support element |
ConnectionFactoryResourceType<T> |
ConnectionFactoryResourceType.transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
Modifier and Type | Method and Description |
---|---|
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceType.createProperty()
Creates a new
property element |
java.util.List<PropertyType<ConnectionFactoryResourceType<T>>> |
ConnectionFactoryResourceType.getAllProperty()
Returns all
property elements |
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)