Uses of Interface
org.jboss.jca.embedded.dsl.datasources11.api.RecoverType
Packages that use RecoverType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of RecoverType in org.jboss.jca.embedded.dsl.datasources11.api
Methods in org.jboss.jca.embedded.dsl.datasources11.api that return RecoverTypeModifier and TypeMethodDescriptionXaDatasourceType.getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.RecoverType.noRecovery(Boolean noRecovery) Sets theno-recoveryattributeRecoverType.removeNoRecovery()Removes theno-recoveryattributeRecoverType.removeRecoverCredential()Removes therecover-credentialelementRecoverType.removeRecoverPlugin()Removes therecover-pluginelementMethods in org.jboss.jca.embedded.dsl.datasources11.api that return types with arguments of type RecoverTypeModifier and TypeMethodDescriptionRecoverType.getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.RecoverType.getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created. -
Uses of RecoverType in org.jboss.jca.embedded.dsl.datasources11.impl
Classes in org.jboss.jca.embedded.dsl.datasources11.impl that implement RecoverTypeModifier and TypeClassDescriptionclassThis class implements therecoverTypexsd typeMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return RecoverTypeModifier and TypeMethodDescriptionXaDatasourceTypeImpl.getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.RecoverTypeImpl.noRecovery(Boolean noRecovery) Sets theno-recoveryattributeRecoverTypeImpl.removeNoRecovery()Removes theno-recoveryattributeRecoverTypeImpl.removeRecoverCredential()Removes therecover-credentialelementRecoverTypeImpl.removeRecoverPlugin()Removes therecover-pluginelementMethods in org.jboss.jca.embedded.dsl.datasources11.impl that return types with arguments of type RecoverTypeModifier and TypeMethodDescriptionRecoverTypeImpl.getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.RecoverTypeImpl.getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.