Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.Resourceadapter
Packages that use Resourceadapter
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of Resourceadapter in org.jboss.shrinkwrap.descriptor.api.connector10
Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return ResourceadapterModifier and TypeMethodDescriptionResourceadapter.connectionfactoryImplClass(String connectionfactoryImplClass) Sets theconnectionfactory-impl-classelementResourceadapter.connectionfactoryInterface(String connectionfactoryInterface) Sets theconnectionfactory-interfaceelementResourceadapter.connectionImplClass(String connectionImplClass) Sets theconnection-impl-classelementResourceadapter.connectionInterface(String connectionInterface) Sets theconnection-interfaceelementConnector.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ConnectorDescriptor.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.Resourceadapter.managedconnectionfactoryClass(String managedconnectionfactoryClass) Sets themanagedconnectionfactory-classelementResourceadapter.reauthenticationSupport(String reauthenticationSupport) Sets thereauthentication-supportelementResourceadapter.removeAllAuthenticationMechanism()Removes allauthentication-mechanismelementsResourceadapter.removeAllConfigProperty()Removes allconfig-propertyelementsResourceadapter.removeAllSecurityPermission()Removes allsecurity-permissionelementsResourceadapter.removeConnectionfactoryImplClass()Removes theconnectionfactory-impl-classelementResourceadapter.removeConnectionfactoryInterface()Removes theconnectionfactory-interfaceelementResourceadapter.removeConnectionImplClass()Removes theconnection-impl-classelementResourceadapter.removeConnectionInterface()Removes theconnection-interfaceelementResourceadapter.removeManagedconnectionfactoryClass()Removes themanagedconnectionfactory-classelementResourceadapter.removeReauthenticationSupport()Removes thereauthentication-supportelementResourceadapter.removeTransactionSupport()Removes thetransaction-supportelementResourceadapter.transactionSupport(String transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ResourceadapterModifier and TypeMethodDescriptionResourceadapter.createAuthenticationMechanism()Creates a newauthentication-mechanismelementResourceadapter.createConfigProperty()Creates a newconfig-propertyelementResourceadapter.createSecurityPermission()Creates a newsecurity-permissionelementResourceadapter.getAllAuthenticationMechanism()Returns allauthentication-mechanismelementsResourceadapter.getAllConfigProperty()Returns allconfig-propertyelementsResourceadapter.getAllSecurityPermission()Returns allsecurity-permissionelementsResourceadapter.getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.Resourceadapter.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.Resourceadapter.getOrCreateSecurityPermission()If not already created, a newsecurity-permissionelement will be created and returned. -
Uses of Resourceadapter in org.jboss.shrinkwrap.descriptor.impl.connector10
Classes in org.jboss.shrinkwrap.descriptor.impl.connector10 that implement ResourceadapterModifier and TypeClassDescriptionclassThis class implements theresourceadapterxsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return ResourceadapterModifier and TypeMethodDescriptionResourceadapterImpl.connectionfactoryImplClass(String connectionfactoryImplClass) Sets theconnectionfactory-impl-classelementResourceadapterImpl.connectionfactoryInterface(String connectionfactoryInterface) Sets theconnectionfactory-interfaceelementResourceadapterImpl.connectionImplClass(String connectionImplClass) Sets theconnection-impl-classelementResourceadapterImpl.connectionInterface(String connectionInterface) Sets theconnection-interfaceelementConnectorDescriptorImpl.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ConnectorImpl.getOrCreateResourceadapter()If not already created, a newresourceadapterelement with the given value will be created.ResourceadapterImpl.managedconnectionfactoryClass(String managedconnectionfactoryClass) Sets themanagedconnectionfactory-classelementResourceadapterImpl.reauthenticationSupport(String reauthenticationSupport) Sets thereauthentication-supportelementResourceadapterImpl.removeAllAuthenticationMechanism()Removes allauthentication-mechanismelementsResourceadapterImpl.removeAllConfigProperty()Removes allconfig-propertyelementsResourceadapterImpl.removeAllSecurityPermission()Removes allsecurity-permissionelementsResourceadapterImpl.removeConnectionfactoryImplClass()Removes theconnectionfactory-impl-classelementResourceadapterImpl.removeConnectionfactoryInterface()Removes theconnectionfactory-interfaceelementResourceadapterImpl.removeConnectionImplClass()Removes theconnection-impl-classelementResourceadapterImpl.removeConnectionInterface()Removes theconnection-interfaceelementResourceadapterImpl.removeManagedconnectionfactoryClass()Removes themanagedconnectionfactory-classelementResourceadapterImpl.removeReauthenticationSupport()Removes thereauthentication-supportelementResourceadapterImpl.removeTransactionSupport()Removes thetransaction-supportelementResourceadapterImpl.transactionSupport(String transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.connector10 that return types with arguments of type ResourceadapterModifier and TypeMethodDescriptionResourceadapterImpl.createAuthenticationMechanism()Creates a newauthentication-mechanismelementResourceadapterImpl.createConfigProperty()Creates a newconfig-propertyelementResourceadapterImpl.createSecurityPermission()Creates a newsecurity-permissionelementResourceadapterImpl.getAllAuthenticationMechanism()Returns allauthentication-mechanismelementsResourceadapterImpl.getAllConfigProperty()Returns allconfig-propertyelementsResourceadapterImpl.getAllSecurityPermission()Returns allsecurity-permissionelementsResourceadapterImpl.getOrCreateAuthenticationMechanism()If not already created, a newauthentication-mechanismelement will be created and returned.ResourceadapterImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ResourceadapterImpl.getOrCreateSecurityPermission()If not already created, a newsecurity-permissionelement will be created and returned.