Uses of Interface
org.jboss.jca.embedded.dsl.ironjacamar10.api.RecoverType
-
Packages that use RecoverType Package Description org.jboss.jca.embedded.dsl.ironjacamar10.api Provides the interfaces and enumeration types as defined in the schemaorg.jboss.jca.embedded.dsl.ironjacamar10.impl Provides the implementation classes as defined in the schema -
-
Uses of RecoverType in org.jboss.jca.embedded.dsl.ironjacamar10.api
Methods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return RecoverType Modifier and Type Method Description RecoverType<ConnectionDefinitionType<T>>ConnectionDefinitionType. getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.RecoverType<T>RecoverType. noRecovery(Boolean noRecovery)Sets theno-recoveryattributeRecoverType<T>RecoverType. removeNoRecovery()Removes theno-recoveryattributeRecoverType<T>RecoverType. removeRecoverCredential()Removes therecover-credentialelementRecoverType<T>RecoverType. removeRecoverPlugin()Removes therecover-pluginelementMethods in org.jboss.jca.embedded.dsl.ironjacamar10.api that return types with arguments of type RecoverType Modifier and Type Method Description CredentialType<RecoverType<T>>RecoverType. getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.ExtensionType<RecoverType<T>>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.ironjacamar10.impl
Classes in org.jboss.jca.embedded.dsl.ironjacamar10.impl that implement RecoverType Modifier and Type Class Description classRecoverTypeImpl<T>This class implements therecoverTypexsd typeMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return RecoverType Modifier and Type Method Description RecoverType<ConnectionDefinitionType<T>>ConnectionDefinitionTypeImpl. getOrCreateRecovery()If not already created, a newrecoveryelement with the given value will be created.RecoverType<T>RecoverTypeImpl. noRecovery(Boolean noRecovery)Sets theno-recoveryattributeRecoverType<T>RecoverTypeImpl. removeNoRecovery()Removes theno-recoveryattributeRecoverType<T>RecoverTypeImpl. removeRecoverCredential()Removes therecover-credentialelementRecoverType<T>RecoverTypeImpl. removeRecoverPlugin()Removes therecover-pluginelementMethods in org.jboss.jca.embedded.dsl.ironjacamar10.impl that return types with arguments of type RecoverType Modifier and Type Method Description CredentialType<RecoverType<T>>RecoverTypeImpl. getOrCreateRecoverCredential()If not already created, a newrecover-credentialelement with the given value will be created.ExtensionType<RecoverType<T>>RecoverTypeImpl. getOrCreateRecoverPlugin()If not already created, a newrecover-pluginelement with the given value will be created.
-