Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar13.api.IronjacamarType
Packages that use IronjacamarType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of IronjacamarType in org.jboss.jca.embedded.dsl.ironjacamar13.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return IronjacamarTypeModifier and TypeMethodDescriptionIronjacamarType.bootstrapContext(String bootstrapContext) Sets thebootstrap-contextelementIronjacamarType.removeAdminObjects()Removes theadmin-objectselementIronjacamarType.removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarType.removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarType.removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarType.removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarType.removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarType.removeWorkmanager()Removes theworkmanagerelementIronjacamarType.transactionSupport(String transactionSupport) Sets thetransaction-supportelementIronjacamarType.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.api that return types with arguments of type IronjacamarTypeModifier and TypeMethodDescriptionIronjacamarType.createConfigProperty()Creates a newconfig-propertyelementIronjacamarType.getAllConfigProperty()Returns allconfig-propertyelementsIronjacamarType.getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.IronjacamarType.getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.IronjacamarType.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.IronjacamarType.getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.IronjacamarType.getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created. -
Uses of IronjacamarType in org.jboss.jca.embedded.dsl.ironjacamar13.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar13.impl that implement IronjacamarTypeModifier and TypeClassDescriptionclassThis class implements theironjacamarTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return IronjacamarTypeModifier and TypeMethodDescriptionIronjacamarTypeImpl.bootstrapContext(String bootstrapContext) Sets thebootstrap-contextelementIronjacamarTypeImpl.removeAdminObjects()Removes theadmin-objectselementIronjacamarTypeImpl.removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarTypeImpl.removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarTypeImpl.removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarTypeImpl.removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarTypeImpl.removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarTypeImpl.removeWorkmanager()Removes theworkmanagerelementIronjacamarTypeImpl.transactionSupport(String transactionSupport) Sets thetransaction-supportelementIronjacamarTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar13.impl that return types with arguments of type IronjacamarTypeModifier and TypeMethodDescriptionIronjacamarTypeImpl.createConfigProperty()Creates a newconfig-propertyelementIronjacamarTypeImpl.getAllConfigProperty()Returns allconfig-propertyelementsIronjacamarTypeImpl.getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.IronjacamarTypeImpl.getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.IronjacamarTypeImpl.getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.IronjacamarTypeImpl.getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.IronjacamarTypeImpl.getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.