|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoverType | |
---|---|
org.jboss.resourceadapters.api | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.resourceadapters.impl | Provides the implementation classes as defined in the schema |
Uses of RecoverType in org.jboss.resourceadapters.api |
---|
Methods in org.jboss.resourceadapters.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.resourceadapters.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.resourceadapters.impl |
---|
Classes in org.jboss.resourceadapters.impl that implement RecoverType | |
---|---|
class |
RecoverTypeImpl<T>
This class implements the recoverType xsd type |
Methods in org.jboss.resourceadapters.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.resourceadapters.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |