
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(String connectionfactoryImplClass)
Sets the
connectionfactory-impl-class element |
Resourceadapter<T> |
connectionfactoryInterface(String connectionfactoryInterface)
Sets the
connectionfactory-interface element |
Resourceadapter<T> |
connectionImplClass(String connectionImplClass)
Sets the
connection-impl-class element |
Resourceadapter<T> |
connectionInterface(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 |
List<AuthenticationMechanism<Resourceadapter<T>>> |
getAllAuthenticationMechanism()
Returns all
authentication-mechanism elements |
List<ConfigProperty<Resourceadapter<T>>> |
getAllConfigProperty()
Returns all
config-property elements |
List<SecurityPermission<Resourceadapter<T>>> |
getAllSecurityPermission()
Returns all
security-permission elements |
String |
getConnectionfactoryImplClass()
Returns the
connectionfactory-impl-class element |
String |
getConnectionfactoryInterface()
Returns the
connectionfactory-interface element |
String |
getConnectionImplClass()
Returns the
connection-impl-class element |
String |
getConnectionInterface()
Returns the
connection-interface element |
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. |
String |
getReauthenticationSupport()
Returns the
reauthentication-support element |
String |
getTransactionSupport()
Returns the
transaction-support element |
Resourceadapter<T> |
managedconnectionfactoryClass(String managedconnectionfactoryClass)
Sets the
managedconnectionfactory-class element |
Resourceadapter<T> |
reauthenticationSupport(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(String transactionSupport)
Sets the
transaction-support element |
config-property elementConfigProperty> config-property elementsConfigProperty> Resourceadapter<T> connectionInterface(String connectionInterface)
connection-interface elementconnectionInterface - the value for the element connection-interfaceResourceadapterString 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> List<ConfigProperty<Resourceadapter<T>>> getAllConfigProperty()
config-property elementsconfig-propertyResourceadapter<T> removeAllConfigProperty()
config-property elementsConfigProperty> Resourceadapter<T> connectionImplClass(String connectionImplClass)
connection-impl-class elementconnectionImplClass - the value for the element connection-impl-classResourceadapterString getConnectionImplClass()
connection-impl-class elementconnection-impl-classResourceadapter<T> removeConnectionImplClass()
connection-impl-class elementResourceadapterResourceadapter<T> connectionfactoryInterface(String connectionfactoryInterface)
connectionfactory-interface elementconnectionfactoryInterface - the value for the element connectionfactory-interfaceResourceadapterString getConnectionfactoryInterface()
connectionfactory-interface elementconnectionfactory-interfaceResourceadapter<T> removeConnectionfactoryInterface()
connectionfactory-interface elementResourceadapterResourceadapter<T> reauthenticationSupport(String reauthenticationSupport)
reauthentication-support elementreauthenticationSupport - the value for the element reauthentication-supportResourceadapterString 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> List<AuthenticationMechanism<Resourceadapter<T>>> getAllAuthenticationMechanism()
authentication-mechanism elementsauthentication-mechanismResourceadapter<T> removeAllAuthenticationMechanism()
authentication-mechanism elementsAuthenticationMechanism> Resourceadapter<T> managedconnectionfactoryClass(String managedconnectionfactoryClass)
managedconnectionfactory-class elementmanagedconnectionfactoryClass - the value for the element managedconnectionfactory-classResourceadapterString getManagedconnectionfactoryClass()
managedconnectionfactory-class elementmanagedconnectionfactory-classResourceadapter<T> removeManagedconnectionfactoryClass()
managedconnectionfactory-class elementResourceadapterResourceadapter<T> connectionfactoryImplClass(String connectionfactoryImplClass)
connectionfactory-impl-class elementconnectionfactoryImplClass - the value for the element connectionfactory-impl-classResourceadapterString getConnectionfactoryImplClass()
connectionfactory-impl-class elementconnectionfactory-impl-classResourceadapter<T> removeConnectionfactoryImplClass()
connectionfactory-impl-class elementResourceadapterResourceadapter<T> transactionSupport(String transactionSupport)
transaction-support elementtransactionSupport - the value for the element transaction-supportResourceadapterString 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> List<SecurityPermission<Resourceadapter<T>>> getAllSecurityPermission()
security-permission elementssecurity-permissionResourceadapter<T> removeAllSecurityPermission()
security-permission elementsSecurityPermission> Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)