public interface ResourceAdapterType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
resource-adapterType xsd type| Type | Property and Description |
|---|---|
ConfigPropertyType<ResourceAdapterType<T>> |
createConfig
Creates a new
config-property element |
ResourceAdapterType<T> |
removeAllConfig
Removes all
config-property elements |
| Modifier and Type | Method and Description |
|---|---|
ResourceAdapterType<T> |
archive(java.lang.String archive)
Sets the
archive element |
ResourceAdapterType<T> |
bootstrapContext(java.lang.String bootstrapContext)
Sets the
bootstrap-context element |
ConfigPropertyType<ResourceAdapterType<T>> |
createConfigProperty()
Creates a new
config-property element |
java.util.List<ConfigPropertyType<ResourceAdapterType<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
java.lang.String |
getArchive()
Returns the
archive element |
java.lang.String |
getBootstrapContext()
Returns the
bootstrap-context element |
java.lang.String |
getId()
Returns the
id attribute |
AdminObjectsType<ResourceAdapterType<T>> |
getOrCreateAdminObjects()
If not already created, a new
admin-objects element with the given value will be created. |
BeanValidationGroupsType<ResourceAdapterType<T>> |
getOrCreateBeanValidationGroups()
If not already created, a new
bean-validation-groups element with the given value will be created. |
ConfigPropertyType<ResourceAdapterType<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
ConnectionDefinitionsType<ResourceAdapterType<T>> |
getOrCreateConnectionDefinitions()
If not already created, a new
connection-definitions element with the given value will be created. |
WorkmanagerType<ResourceAdapterType<T>> |
getOrCreateWorkmanager()
If not already created, a new
workmanager element with the given value will be created. |
TransactionSupportType |
getTransactionSupport()
Returns the
transaction-support element |
java.lang.String |
getTransactionSupportAsString()
Returns the
transaction-support element |
ResourceAdapterType<T> |
id(java.lang.String id)
Sets the
id attribute |
ResourceAdapterType<T> |
removeAdminObjects()
Removes the
admin-objects element |
ResourceAdapterType<T> |
removeAllConfigProperty()
Removes all
config-property elements |
ResourceAdapterType<T> |
removeArchive()
Removes the
archive element |
ResourceAdapterType<T> |
removeBeanValidationGroups()
Removes the
bean-validation-groups element |
ResourceAdapterType<T> |
removeBootstrapContext()
Removes the
bootstrap-context element |
ResourceAdapterType<T> |
removeConnectionDefinitions()
Removes the
connection-definitions element |
ResourceAdapterType<T> |
removeId()
Removes the
id attribute |
ResourceAdapterType<T> |
removeTransactionSupport()
Removes the
transaction-support attribute |
ResourceAdapterType<T> |
removeWorkmanager()
Removes the
workmanager element |
ResourceAdapterType<T> |
transactionSupport(java.lang.String transactionSupport)
Sets the
transaction-support element |
ResourceAdapterType<T> |
transactionSupport(TransactionSupportType transactionSupport)
Sets the
transaction-support element |
config-property elementConfigPropertyType> config-property elementsConfigPropertyType> ResourceAdapterType<T> archive(java.lang.String archive)
archive elementarchive - the value for the element archiveResourceAdapterTypejava.lang.String getArchive()
archive elementarchiveResourceAdapterType<T> removeArchive()
archive elementResourceAdapterTypeBeanValidationGroupsType<ResourceAdapterType<T>> getOrCreateBeanValidationGroups()
bean-validation-groups element with the given value will be created.
Otherwise, the existing bean-validation-groups element will be returned.BeanValidationGroupsType> ResourceAdapterType<T> removeBeanValidationGroups()
bean-validation-groups elementResourceAdapterTypeResourceAdapterType<T> bootstrapContext(java.lang.String bootstrapContext)
bootstrap-context elementbootstrapContext - the value for the element bootstrap-contextResourceAdapterTypejava.lang.String getBootstrapContext()
bootstrap-context elementbootstrap-contextResourceAdapterType<T> removeBootstrapContext()
bootstrap-context elementResourceAdapterTypeConfigPropertyType<ResourceAdapterType<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.config-propertyConfigPropertyType<ResourceAdapterType<T>> createConfigProperty()
config-property elementConfigPropertyType> java.util.List<ConfigPropertyType<ResourceAdapterType<T>>> getAllConfigProperty()
config-property elementsconfig-propertyResourceAdapterType<T> removeAllConfigProperty()
config-property elementsConfigPropertyType> ResourceAdapterType<T> transactionSupport(TransactionSupportType transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportResourceAdapterTypeResourceAdapterType<T> transactionSupport(java.lang.String transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportResourceAdapterTypeTransactionSupportType getTransactionSupport()
transaction-support elementtransaction-supportjava.lang.String getTransactionSupportAsString()
transaction-support elementtransaction-supportResourceAdapterType<T> removeTransactionSupport()
transaction-support attributeResourceAdapterTypeWorkmanagerType<ResourceAdapterType<T>> getOrCreateWorkmanager()
workmanager element with the given value will be created.
Otherwise, the existing workmanager element will be returned.WorkmanagerType> ResourceAdapterType<T> removeWorkmanager()
workmanager elementResourceAdapterTypeConnectionDefinitionsType<ResourceAdapterType<T>> getOrCreateConnectionDefinitions()
connection-definitions element with the given value will be created.
Otherwise, the existing connection-definitions element will be returned.ConnectionDefinitionsType> ResourceAdapterType<T> removeConnectionDefinitions()
connection-definitions elementResourceAdapterTypeAdminObjectsType<ResourceAdapterType<T>> getOrCreateAdminObjects()
admin-objects element with the given value will be created.
Otherwise, the existing admin-objects element will be returned.AdminObjectsType> ResourceAdapterType<T> removeAdminObjects()
admin-objects elementResourceAdapterTypeResourceAdapterType<T> id(java.lang.String id)
id attributeid - the value for the attribute idResourceAdapterTypejava.lang.String getId()
id attributeidResourceAdapterType<T> removeId()
id attributeResourceAdapterTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)