Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.IronjacamarDescriptor
-
Packages that use IronjacamarDescriptor Package Description org.jboss.jca.embedded.dsl.ironjacamar13.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar13.impl 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 IronjacamarDescriptor Modifier and Type Method Description IronjacamarDescriptorIronjacamarDescriptor. bootstrapContext(String bootstrapContext)Sets thebootstrap-contextelementIronjacamarDescriptorIronjacamarDescriptor. removeAdminObjects()Removes theadmin-objectselementIronjacamarDescriptorIronjacamarDescriptor. removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarDescriptorIronjacamarDescriptor. removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarDescriptorIronjacamarDescriptor. removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarDescriptorIronjacamarDescriptor. removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarDescriptorIronjacamarDescriptor. removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarDescriptorIronjacamarDescriptor. removeWorkmanager()Removes theworkmanagerelementIronjacamarDescriptorIronjacamarDescriptor. transactionSupport(String transactionSupport)Sets thetransaction-supportelementIronjacamarDescriptorIronjacamarDescriptor. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return types with arguments of type IronjacamarDescriptor Modifier and Type Method Description ConfigPropertyType<IronjacamarDescriptor>IronjacamarDescriptor. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<IronjacamarDescriptor>>IronjacamarDescriptor. getAllConfigProperty()Returns allconfig-propertyelementsAdminObjectsType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.BeanValidationGroupsType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.ConfigPropertyType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConnectionDefinitionsType<IronjacamarDescriptor>IronjacamarDescriptor. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.WorkmanagerType<IronjacamarDescriptor>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 IronjacamarDescriptor Modifier and Type Class Description classIronjacamarDescriptorImplThis deployment descriptor provides the functionalities as described in the specificationMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return IronjacamarDescriptor Modifier and Type Method Description IronjacamarDescriptorIronjacamarDescriptorImpl. addDefaultNamespaces()Adds the default namespaces as defined in the specificationIronjacamarDescriptorIronjacamarDescriptorImpl. addNamespace(String name, String value)Adds a new namespaceIronjacamarDescriptorIronjacamarDescriptorImpl. bootstrapContext(String bootstrapContext)Sets thebootstrap-contextelementIronjacamarDescriptorIronjacamarDescriptorImpl. removeAdminObjects()Removes theadmin-objectselementIronjacamarDescriptorIronjacamarDescriptorImpl. removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarDescriptorIronjacamarDescriptorImpl. removeAllNamespaces()Removes all existing namespaces.IronjacamarDescriptorIronjacamarDescriptorImpl. removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarDescriptorIronjacamarDescriptorImpl. removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarDescriptorIronjacamarDescriptorImpl. removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarDescriptorIronjacamarDescriptorImpl. removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarDescriptorIronjacamarDescriptorImpl. removeWorkmanager()Removes theworkmanagerelementIronjacamarDescriptorIronjacamarDescriptorImpl. transactionSupport(String transactionSupport)Sets thetransaction-supportelementIronjacamarDescriptorIronjacamarDescriptorImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return types with arguments of type IronjacamarDescriptor Modifier and Type Method Description ConfigPropertyType<IronjacamarDescriptor>IronjacamarDescriptorImpl. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<IronjacamarDescriptor>>IronjacamarDescriptorImpl. getAllConfigProperty()Returns allconfig-propertyelementsAdminObjectsType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.BeanValidationGroupsType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.ConfigPropertyType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConnectionDefinitionsType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.WorkmanagerType<IronjacamarDescriptor>IronjacamarDescriptorImpl. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.
-