Uses of Interface
org.jboss.resourceadapters.api.ResourceAdapterType

Packages that use ResourceAdapterType
org.jboss.resourceadapters.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.resourceadapters.impl Provides the implementation classes as defined in the schema 
 

Uses of ResourceAdapterType in org.jboss.resourceadapters.api
 

Methods in org.jboss.resourceadapters.api that return ResourceAdapterType
 ResourceAdapterType<T> ResourceAdapterType.archive(String archive)
          Sets the archive element
 ResourceAdapterType<T> ResourceAdapterType.bootstrapContext(String bootstrapContext)
          Sets the bootstrap-context element
 ResourceAdapterType<ResourceAdaptersType<T>> ResourceAdaptersType.createResourceAdapter()
          Creates a new resource-adapter element
 ResourceAdapterType<ResourceadapterDescriptor> ResourceadapterDescriptor.createResourceAdapter()
          Creates a new resource-adapter element
 ResourceAdapterType<ResourceAdaptersType<T>> ResourceAdaptersType.getOrCreateResourceAdapter()
          If not already created, a new resource-adapter element will be created and returned.
 ResourceAdapterType<ResourceadapterDescriptor> ResourceadapterDescriptor.getOrCreateResourceAdapter()
          If not already created, a new resource-adapter element will be created and returned.
 ResourceAdapterType<T> ResourceAdapterType.removeAdminObjects()
          Removes the admin-objects element
 ResourceAdapterType<T> ResourceAdapterType.removeAllConfigProperty()
          Removes all config-property elements
 ResourceAdapterType<T> ResourceAdapterType.removeArchive()
          Removes the archive element
 ResourceAdapterType<T> ResourceAdapterType.removeBeanValidationGroups()
          Removes the bean-validation-groups element
 ResourceAdapterType<T> ResourceAdapterType.removeBootstrapContext()
          Removes the bootstrap-context element
 ResourceAdapterType<T> ResourceAdapterType.removeConnectionDefinitions()
          Removes the connection-definitions element
 ResourceAdapterType<T> ResourceAdapterType.removeTransactionSupport()
          Removes the transaction-support attribute
 ResourceAdapterType<T> ResourceAdapterType.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 ResourceAdapterType<T> ResourceAdapterType.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.resourceadapters.api that return types with arguments of type ResourceAdapterType
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterType.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<ResourceAdapterType<T>>> ResourceAdapterType.getAllConfigProperty()
          Returns all config-property elements
 List<ResourceAdapterType<ResourceAdaptersType<T>>> ResourceAdaptersType.getAllResourceAdapter()
          Returns all resource-adapter elements
 List<ResourceAdapterType<ResourceadapterDescriptor>> ResourceadapterDescriptor.getAllResourceAdapter()
          Returns all resource-adapter elements
 AdminObjectsType<ResourceAdapterType<T>> ResourceAdapterType.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 BeanValidationGroupsType<ResourceAdapterType<T>> ResourceAdapterType.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConnectionDefinitionsType<ResourceAdapterType<T>> ResourceAdapterType.getOrCreateConnectionDefinitions()
          If not already created, a new connection-definitions element with the given value will be created.
 

Uses of ResourceAdapterType in org.jboss.resourceadapters.impl
 

Classes in org.jboss.resourceadapters.impl that implement ResourceAdapterType
 class ResourceAdapterTypeImpl<T>
          This class implements the resource-adapterType xsd type
 

Methods in org.jboss.resourceadapters.impl that return ResourceAdapterType
 ResourceAdapterType<T> ResourceAdapterTypeImpl.archive(String archive)
          Sets the archive element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.bootstrapContext(String bootstrapContext)
          Sets the bootstrap-context element
 ResourceAdapterType<ResourceAdaptersType<T>> ResourceAdaptersTypeImpl.createResourceAdapter()
          Creates a new resource-adapter element
 ResourceAdapterType<ResourceadapterDescriptor> ResourceadapterDescriptorImpl.createResourceAdapter()
          Creates a new resource-adapter element
 ResourceAdapterType<ResourceAdaptersType<T>> ResourceAdaptersTypeImpl.getOrCreateResourceAdapter()
          If not already created, a new resource-adapter element will be created and returned.
 ResourceAdapterType<ResourceadapterDescriptor> ResourceadapterDescriptorImpl.getOrCreateResourceAdapter()
          If not already created, a new resource-adapter element will be created and returned.
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeAdminObjects()
          Removes the admin-objects element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeAllConfigProperty()
          Removes all config-property elements
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeArchive()
          Removes the archive element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeBeanValidationGroups()
          Removes the bean-validation-groups element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeBootstrapContext()
          Removes the bootstrap-context element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeConnectionDefinitions()
          Removes the connection-definitions element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.removeTransactionSupport()
          Removes the transaction-support attribute
 ResourceAdapterType<T> ResourceAdapterTypeImpl.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 ResourceAdapterType<T> ResourceAdapterTypeImpl.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.resourceadapters.impl that return types with arguments of type ResourceAdapterType
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<ResourceAdapterType<T>>> ResourceAdapterTypeImpl.getAllConfigProperty()
          Returns all config-property elements
 List<ResourceAdapterType<ResourceAdaptersType<T>>> ResourceAdaptersTypeImpl.getAllResourceAdapter()
          Returns all resource-adapter elements
 List<ResourceAdapterType<ResourceadapterDescriptor>> ResourceadapterDescriptorImpl.getAllResourceAdapter()
          Returns all resource-adapter elements
 AdminObjectsType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 BeanValidationGroupsType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConnectionDefinitionsType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.getOrCreateConnectionDefinitions()
          If not already created, a new connection-definitions element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.