ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.Resourceadapter

Packages that use Resourceadapter
org.jboss.shrinkwrap.descriptor.api.connector10 Provides the interfaces and enumeration types 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 Resourceadapter
 Resourceadapter<T> Resourceadapter.connectionfactoryImplClass(String connectionfactoryImplClass)
          Sets the connectionfactory-impl-class element
 Resourceadapter<T> Resourceadapter.connectionfactoryInterface(String connectionfactoryInterface)
          Sets the connectionfactory-interface element
 Resourceadapter<T> Resourceadapter.connectionImplClass(String connectionImplClass)
          Sets the connection-impl-class element
 Resourceadapter<T> Resourceadapter.connectionInterface(String connectionInterface)
          Sets the connection-interface element
 Resourceadapter<ConnectorDescriptor> ConnectorDescriptor.getOrCreateResourceadapter()
          If not already created, a new resourceadapter element with the given value will be created.
 Resourceadapter<Connector<T>> Connector.getOrCreateResourceadapter()
          If not already created, a new resourceadapter element with the given value will be created.
 Resourceadapter<T> Resourceadapter.managedconnectionfactoryClass(String managedconnectionfactoryClass)
          Sets the managedconnectionfactory-class element
 Resourceadapter<T> Resourceadapter.reauthenticationSupport(String reauthenticationSupport)
          Sets the reauthentication-support element
 Resourceadapter<T> Resourceadapter.removeAllAuthenticationMechanism()
          Removes all authentication-mechanism elements
 Resourceadapter<T> Resourceadapter.removeAllConfigProperty()
          Removes all config-property elements
 Resourceadapter<T> Resourceadapter.removeAllSecurityPermission()
          Removes all security-permission elements
 Resourceadapter<T> Resourceadapter.removeConnectionfactoryImplClass()
          Removes the connectionfactory-impl-class element
 Resourceadapter<T> Resourceadapter.removeConnectionfactoryInterface()
          Removes the connectionfactory-interface element
 Resourceadapter<T> Resourceadapter.removeConnectionImplClass()
          Removes the connection-impl-class element
 Resourceadapter<T> Resourceadapter.removeConnectionInterface()
          Removes the connection-interface element
 Resourceadapter<T> Resourceadapter.removeManagedconnectionfactoryClass()
          Removes the managedconnectionfactory-class element
 Resourceadapter<T> Resourceadapter.removeReauthenticationSupport()
          Removes the reauthentication-support element
 Resourceadapter<T> Resourceadapter.removeTransactionSupport()
          Removes the transaction-support element
 Resourceadapter<T> Resourceadapter.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type Resourceadapter
 AuthenticationMechanism<Resourceadapter<T>> Resourceadapter.createAuthenticationMechanism()
          Creates a new authentication-mechanism element
 ConfigProperty<Resourceadapter<T>> Resourceadapter.createConfigProperty()
          Creates a new config-property element
 SecurityPermission<Resourceadapter<T>> Resourceadapter.createSecurityPermission()
          Creates a new security-permission element
 List<AuthenticationMechanism<Resourceadapter<T>>> Resourceadapter.getAllAuthenticationMechanism()
          Returns all authentication-mechanism elements
 List<ConfigProperty<Resourceadapter<T>>> Resourceadapter.getAllConfigProperty()
          Returns all config-property elements
 List<SecurityPermission<Resourceadapter<T>>> Resourceadapter.getAllSecurityPermission()
          Returns all security-permission elements
 AuthenticationMechanism<Resourceadapter<T>> Resourceadapter.getOrCreateAuthenticationMechanism()
          If not already created, a new authentication-mechanism element will be created and returned.
 ConfigProperty<Resourceadapter<T>> Resourceadapter.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 SecurityPermission<Resourceadapter<T>> Resourceadapter.getOrCreateSecurityPermission()
          If not already created, a new security-permission element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.