Uses of Interface
org.jboss.ironjacamar.api.RecoverType

Packages that use RecoverType
org.jboss.ironjacamar.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.ironjacamar.impl Provides the implementation classes as defined in the schema 
 

Uses of RecoverType in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return RecoverType
 RecoverType<ConnectionDefintionType<T>> ConnectionDefintionType.getOrCreateRecovery()
          If not already created, a new recovery element with the given value will be created.
 RecoverType<T> RecoverType.noRecovery(Boolean noRecovery)
          Sets the no-recovery attribute
 RecoverType<T> RecoverType.removeNoRecovery()
          Removes the no-recovery attribute
 RecoverType<T> RecoverType.removeRecoverCredential()
          Removes the recover-credential element
 RecoverType<T> RecoverType.removeRecoverPlugin()
          Removes the recover-plugin element
 

Methods in org.jboss.ironjacamar.api that return types with arguments of type RecoverType
 CredentialType<RecoverType<T>> RecoverType.getOrCreateRecoverCredential()
          If not already created, a new recover-credential element with the given value will be created.
 ExtensionType<RecoverType<T>> RecoverType.getOrCreateRecoverPlugin()
          If not already created, a new recover-plugin element with the given value will be created.
 

Uses of RecoverType in org.jboss.ironjacamar.impl
 

Methods in org.jboss.ironjacamar.impl that return RecoverType
 RecoverType<ConnectionDefintionType<T>> ConnectionDefintionTypeImpl.getOrCreateRecovery()
          If not already created, a new recovery element with the given value will be created.
 RecoverType<T> RecoverTypeImpl.noRecovery(Boolean noRecovery)
          Sets the no-recovery attribute
 RecoverType<T> RecoverTypeImpl.removeNoRecovery()
          Removes the no-recovery attribute
 RecoverType<T> RecoverTypeImpl.removeRecoverCredential()
          Removes the recover-credential element
 RecoverType<T> RecoverTypeImpl.removeRecoverPlugin()
          Removes the recover-plugin element
 

Methods in org.jboss.ironjacamar.impl that return types with arguments of type RecoverType
 CredentialType<RecoverType<T>> RecoverTypeImpl.getOrCreateRecoverCredential()
          If not already created, a new recover-credential element with the given value will be created.
 ExtensionType<RecoverType<T>> RecoverTypeImpl.getOrCreateRecoverPlugin()
          If not already created, a new recover-plugin element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.