|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resourceadapters.impl.RecoverTypeImpl<T>
public class RecoverTypeImpl<T>
This class implements the recoverType
xsd type
Constructor Summary | |
---|---|
RecoverTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
RecoverTypeImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
CredentialType<RecoverType<T>> |
getOrCreateRecoverCredential()
If not already created, a new recover-credential element with the given value will be created. |
ExtensionType<RecoverType<T>> |
getOrCreateRecoverPlugin()
If not already created, a new recover-plugin element with the given value will be created. |
Boolean |
isNoRecovery()
Returns the no-recovery attribute |
RecoverType<T> |
noRecovery(Boolean noRecovery)
Sets the no-recovery attribute |
RecoverType<T> |
removeNoRecovery()
Removes the no-recovery attribute |
RecoverType<T> |
removeRecoverCredential()
Removes the recover-credential element |
RecoverType<T> |
removeRecoverPlugin()
Removes the recover-plugin element |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecoverTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public RecoverTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public CredentialType<RecoverType<T>> getOrCreateRecoverCredential()
recover-credential
element with the given value will be created.
Otherwise, the existing recover-credential
element will be returned.
getOrCreateRecoverCredential
in interface RecoverType<T>
CredentialType>
public RecoverType<T> removeRecoverCredential()
recover-credential
element
removeRecoverCredential
in interface RecoverType<T>
RecoverType
public ExtensionType<RecoverType<T>> getOrCreateRecoverPlugin()
recover-plugin
element with the given value will be created.
Otherwise, the existing recover-plugin
element will be returned.
getOrCreateRecoverPlugin
in interface RecoverType<T>
ExtensionType>
public RecoverType<T> removeRecoverPlugin()
recover-plugin
element
removeRecoverPlugin
in interface RecoverType<T>
RecoverType
public RecoverType<T> noRecovery(Boolean noRecovery)
no-recovery
attribute
noRecovery
in interface RecoverType<T>
noRecovery
- the value for the attribute no-recovery
RecoverType
public Boolean isNoRecovery()
no-recovery
attribute
isNoRecovery
in interface RecoverType<T>
no-recovery
public RecoverType<T> removeNoRecovery()
no-recovery
attribute
removeNoRecovery
in interface RecoverType<T>
RecoverType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |