Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.IronjacamarDescriptor
Packages that use IronjacamarDescriptor
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of IronjacamarDescriptor in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return IronjacamarDescriptorModifier and TypeMethodDescriptionIronjacamarDescriptor.bootstrapContext(String bootstrapContext) Sets thebootstrap-contextelementIronjacamarDescriptor.removeAdminObjects()Removes theadmin-objectselementIronjacamarDescriptor.removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarDescriptor.removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarDescriptor.removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarDescriptor.removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarDescriptor.removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarDescriptor.removeWorkmanager()Removes theworkmanagerelementIronjacamarDescriptor.transactionSupport(String transactionSupport) Sets thetransaction-supportelementIronjacamarDescriptor.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return types with arguments of type IronjacamarDescriptorModifier and TypeMethodDescriptionIronjacamarDescriptor.createConfigProperty()Creates a newconfig-propertyelementIronjacamarDescriptor.getAllConfigProperty()Returns allconfig-propertyelementsIronjacamarDescriptor.getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.IronjacamarDescriptor.getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.IronjacamarDescriptor.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.IronjacamarDescriptor.getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.IronjacamarDescriptor.getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created. -
Uses of IronjacamarDescriptor in org.jboss.jca.embedded.dsl.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement IronjacamarDescriptorModifier and TypeClassDescriptionclassThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return IronjacamarDescriptorModifier and TypeMethodDescriptionIronjacamarDescriptorImpl.addDefaultNamespaces()Adds the default namespaces as defined in the specificationIronjacamarDescriptorImpl.addNamespace(String name, String value) Adds a new namespaceIronjacamarDescriptorImpl.bootstrapContext(String bootstrapContext) Sets thebootstrap-contextelementIronjacamarDescriptorImpl.removeAdminObjects()Removes theadmin-objectselementIronjacamarDescriptorImpl.removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarDescriptorImpl.removeAllNamespaces()Removes all existing namespaces.IronjacamarDescriptorImpl.removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarDescriptorImpl.removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarDescriptorImpl.removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarDescriptorImpl.removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarDescriptorImpl.removeWorkmanager()Removes theworkmanagerelementIronjacamarDescriptorImpl.transactionSupport(String transactionSupport) Sets thetransaction-supportelementIronjacamarDescriptorImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return types with arguments of type IronjacamarDescriptorModifier and TypeMethodDescriptionIronjacamarDescriptorImpl.createConfigProperty()Creates a newconfig-propertyelementIronjacamarDescriptorImpl.getAllConfigProperty()Returns allconfig-propertyelementsIronjacamarDescriptorImpl.getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.IronjacamarDescriptorImpl.getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.IronjacamarDescriptorImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.IronjacamarDescriptorImpl.getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.IronjacamarDescriptorImpl.getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.