
public interface Resourceadapter<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
resourceadapter xsd type| Type | Property and Description |
|---|---|
ConfigProperty<Resourceadapter<T>> |
createConfig
Creates a new
config-property element |
Resourceadapter<T> |
removeAllConfig
Removes all
config-property elements |
| Modifier and Type | Method and Description |
|---|---|
Resourceadapter<T> |
connectionfactoryImplClass(java.lang.String connectionfactoryImplClass)
Sets the
connectionfactory-impl-class element |
Resourceadapter<T> |
connectionfactoryInterface(java.lang.String connectionfactoryInterface)
Sets the
connectionfactory-interface element |
Resourceadapter<T> |
connectionImplClass(java.lang.String connectionImplClass)
Sets the
connection-impl-class element |
Resourceadapter<T> |
connectionInterface(java.lang.String connectionInterface)
Sets the
connection-interface element |
AuthenticationMechanism<Resourceadapter<T>> |
createAuthenticationMechanism()
Creates a new
authentication-mechanism element |
ConfigProperty<Resourceadapter<T>> |
createConfigProperty()
Creates a new
config-property element |
SecurityPermission<Resourceadapter<T>> |
createSecurityPermission()
Creates a new
security-permission element |
java.util.List<AuthenticationMechanism<Resourceadapter<T>>> |
getAllAuthenticationMechanism()
Returns all
authentication-mechanism elements |
java.util.List<ConfigProperty<Resourceadapter<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
java.util.List<SecurityPermission<Resourceadapter<T>>> |
getAllSecurityPermission()
Returns all
security-permission elements |
java.lang.String |
getConnectionfactoryImplClass()
Returns the
connectionfactory-impl-class element |
java.lang.String |
getConnectionfactoryInterface()
Returns the
connectionfactory-interface element |
java.lang.String |
getConnectionImplClass()
Returns the
connection-impl-class element |
java.lang.String |
getConnectionInterface()
Returns the
connection-interface element |
java.lang.String |
getManagedconnectionfactoryClass()
Returns the
managedconnectionfactory-class element |
AuthenticationMechanism<Resourceadapter<T>> |
getOrCreateAuthenticationMechanism()
If not already created, a new
authentication-mechanism element will be created and returned. |
ConfigProperty<Resourceadapter<T>> |
getOrCreateConfigProperty()
If not already created, a new
config-property element will be created and returned. |
SecurityPermission<Resourceadapter<T>> |
getOrCreateSecurityPermission()
If not already created, a new
security-permission element will be created and returned. |
java.lang.String |
getReauthenticationSupport()
Returns the
reauthentication-support element |
java.lang.String |
getTransactionSupport()
Returns the
transaction-support element |
Resourceadapter<T> |
managedconnectionfactoryClass(java.lang.String managedconnectionfactoryClass)
Sets the
managedconnectionfactory-class element |
Resourceadapter<T> |
reauthenticationSupport(java.lang.String reauthenticationSupport)
Sets the
reauthentication-support element |
Resourceadapter<T> |
removeAllAuthenticationMechanism()
Removes all
authentication-mechanism elements |
Resourceadapter<T> |
removeAllConfigProperty()
Removes all
config-property elements |
Resourceadapter<T> |
removeAllSecurityPermission()
Removes all
security-permission elements |
Resourceadapter<T> |
removeConnectionfactoryImplClass()
Removes the
connectionfactory-impl-class element |
Resourceadapter<T> |
removeConnectionfactoryInterface()
Removes the
connectionfactory-interface element |
Resourceadapter<T> |
removeConnectionImplClass()
Removes the
connection-impl-class element |
Resourceadapter<T> |
removeConnectionInterface()
Removes the
connection-interface element |
Resourceadapter<T> |
removeManagedconnectionfactoryClass()
Removes the
managedconnectionfactory-class element |
Resourceadapter<T> |
removeReauthenticationSupport()
Removes the
reauthentication-support element |
Resourceadapter<T> |
removeTransactionSupport()
Removes the
transaction-support element |
Resourceadapter<T> |
transactionSupport(java.lang.String transactionSupport)
Sets the
transaction-support element |
config-property elementConfigProperty> config-property elementsConfigProperty> Resourceadapter<T> connectionInterface(java.lang.String connectionInterface)
connection-interface elementconnectionInterface - the value for the element connection-interfaceResourceadapterjava.lang.String getConnectionInterface()
connection-interface elementconnection-interfaceResourceadapter<T> removeConnectionInterface()
connection-interface elementResourceadapterConfigProperty<Resourceadapter<T>> getOrCreateConfigProperty()
config-property element will be created and returned.
Otherwise, the first existing config-property element will be returned.config-propertyConfigProperty<Resourceadapter<T>> createConfigProperty()
config-property elementConfigProperty> java.util.List<ConfigProperty<Resourceadapter<T>>> getAllConfigProperty()
config-property elementsconfig-propertyResourceadapter<T> removeAllConfigProperty()
config-property elementsConfigProperty> Resourceadapter<T> connectionImplClass(java.lang.String connectionImplClass)
connection-impl-class elementconnectionImplClass - the value for the element connection-impl-classResourceadapterjava.lang.String getConnectionImplClass()
connection-impl-class elementconnection-impl-classResourceadapter<T> removeConnectionImplClass()
connection-impl-class elementResourceadapterResourceadapter<T> connectionfactoryInterface(java.lang.String connectionfactoryInterface)
connectionfactory-interface elementconnectionfactoryInterface - the value for the element connectionfactory-interfaceResourceadapterjava.lang.String getConnectionfactoryInterface()
connectionfactory-interface elementconnectionfactory-interfaceResourceadapter<T> removeConnectionfactoryInterface()
connectionfactory-interface elementResourceadapterResourceadapter<T> reauthenticationSupport(java.lang.String reauthenticationSupport)
reauthentication-support elementreauthenticationSupport - the value for the element reauthentication-supportResourceadapterjava.lang.String getReauthenticationSupport()
reauthentication-support elementreauthentication-supportResourceadapter<T> removeReauthenticationSupport()
reauthentication-support elementResourceadapterAuthenticationMechanism<Resourceadapter<T>> getOrCreateAuthenticationMechanism()
authentication-mechanism element will be created and returned.
Otherwise, the first existing authentication-mechanism element will be returned.authentication-mechanismAuthenticationMechanism<Resourceadapter<T>> createAuthenticationMechanism()
authentication-mechanism elementAuthenticationMechanism> java.util.List<AuthenticationMechanism<Resourceadapter<T>>> getAllAuthenticationMechanism()
authentication-mechanism elementsauthentication-mechanismResourceadapter<T> removeAllAuthenticationMechanism()
authentication-mechanism elementsAuthenticationMechanism> Resourceadapter<T> managedconnectionfactoryClass(java.lang.String managedconnectionfactoryClass)
managedconnectionfactory-class elementmanagedconnectionfactoryClass - the value for the element managedconnectionfactory-classResourceadapterjava.lang.String getManagedconnectionfactoryClass()
managedconnectionfactory-class elementmanagedconnectionfactory-classResourceadapter<T> removeManagedconnectionfactoryClass()
managedconnectionfactory-class elementResourceadapterResourceadapter<T> connectionfactoryImplClass(java.lang.String connectionfactoryImplClass)
connectionfactory-impl-class elementconnectionfactoryImplClass - the value for the element connectionfactory-impl-classResourceadapterjava.lang.String getConnectionfactoryImplClass()
connectionfactory-impl-class elementconnectionfactory-impl-classResourceadapter<T> removeConnectionfactoryImplClass()
connectionfactory-impl-class elementResourceadapterResourceadapter<T> transactionSupport(java.lang.String transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportResourceadapterjava.lang.String getTransactionSupport()
transaction-support elementtransaction-supportResourceadapter<T> removeTransactionSupport()
transaction-support elementResourceadapterSecurityPermission<Resourceadapter<T>> getOrCreateSecurityPermission()
security-permission element will be created and returned.
Otherwise, the first existing security-permission element will be returned.security-permissionSecurityPermission<Resourceadapter<T>> createSecurityPermission()
security-permission elementSecurityPermission> java.util.List<SecurityPermission<Resourceadapter<T>>> getAllSecurityPermission()
security-permission elementssecurity-permissionResourceadapter<T> removeAllSecurityPermission()
security-permission elementsSecurityPermission> Copyright © 2013 IronJacamar (http://www.ironjacamar.org)