Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar11.api.IronjacamarType
-
Packages that use IronjacamarType Package Description org.jboss.jca.embedded.dsl.ironjacamar11.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar11.impl Provides the implementation classes as defined in the schema -
-
Uses of IronjacamarType in org.jboss.jca.embedded.dsl.ironjacamar11.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return IronjacamarType Modifier and Type Method Description IronjacamarType<T>IronjacamarType. bootstrapContext(String bootstrapContext)Sets thebootstrap-contextelementIronjacamarType<T>IronjacamarType. removeAdminObjects()Removes theadmin-objectselementIronjacamarType<T>IronjacamarType. removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarType<T>IronjacamarType. removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarType<T>IronjacamarType. removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarType<T>IronjacamarType. removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarType<T>IronjacamarType. removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarType<T>IronjacamarType. removeWorkmanager()Removes theworkmanagerelementIronjacamarType<T>IronjacamarType. transactionSupport(String transactionSupport)Sets thetransaction-supportelementIronjacamarType<T>IronjacamarType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar11.api that return types with arguments of type IronjacamarType Modifier and Type Method Description ConfigPropertyType<IronjacamarType<T>>IronjacamarType. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<IronjacamarType<T>>>IronjacamarType. getAllConfigProperty()Returns allconfig-propertyelementsAdminObjectsType<IronjacamarType<T>>IronjacamarType. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.BeanValidationGroupsType<IronjacamarType<T>>IronjacamarType. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.ConfigPropertyType<IronjacamarType<T>>IronjacamarType. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConnectionDefinitionsType<IronjacamarType<T>>IronjacamarType. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.WorkmanagerType<IronjacamarType<T>>IronjacamarType. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created. -
Uses of IronjacamarType in org.jboss.jca.embedded.dsl.ironjacamar11.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar11.impl that implement IronjacamarType Modifier and Type Class Description classIronjacamarTypeImpl<T>This class implements theironjacamarTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return IronjacamarType Modifier and Type Method Description IronjacamarType<T>IronjacamarTypeImpl. bootstrapContext(String bootstrapContext)Sets thebootstrap-contextelementIronjacamarType<T>IronjacamarTypeImpl. removeAdminObjects()Removes theadmin-objectselementIronjacamarType<T>IronjacamarTypeImpl. removeAllConfigProperty()Removes allconfig-propertyelementsIronjacamarType<T>IronjacamarTypeImpl. removeBeanValidationGroups()Removes thebean-validation-groupselementIronjacamarType<T>IronjacamarTypeImpl. removeBootstrapContext()Removes thebootstrap-contextelementIronjacamarType<T>IronjacamarTypeImpl. removeConnectionDefinitions()Removes theconnection-definitionselementIronjacamarType<T>IronjacamarTypeImpl. removeTransactionSupport()Removes thetransaction-supportattributeIronjacamarType<T>IronjacamarTypeImpl. removeWorkmanager()Removes theworkmanagerelementIronjacamarType<T>IronjacamarTypeImpl. transactionSupport(String transactionSupport)Sets thetransaction-supportelementIronjacamarType<T>IronjacamarTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.jca.embedded.dsl.ironjacamar11.impl that return types with arguments of type IronjacamarType Modifier and Type Method Description ConfigPropertyType<IronjacamarType<T>>IronjacamarTypeImpl. createConfigProperty()Creates a newconfig-propertyelementList<ConfigPropertyType<IronjacamarType<T>>>IronjacamarTypeImpl. getAllConfigProperty()Returns allconfig-propertyelementsAdminObjectsType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateAdminObjects()If not already created, a newadmin-objectselement with the given value will be created.BeanValidationGroupsType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateBeanValidationGroups()If not already created, a newbean-validation-groupselement with the given value will be created.ConfigPropertyType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateConfigProperty()If not already created, a newconfig-propertyelement will be created and returned.ConnectionDefinitionsType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateConnectionDefinitions()If not already created, a newconnection-definitionselement with the given value will be created.WorkmanagerType<IronjacamarType<T>>IronjacamarTypeImpl. getOrCreateWorkmanager()If not already created, a newworkmanagerelement with the given value will be created.
-