|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.api.metadata.common.Recovery
public class Recovery

A Recovery.
| Nested Class Summary | |
|---|---|
static class |
Recovery.Attribute
A Attribute. |
static class |
Recovery.Tag
A Tag. |
| Constructor Summary | |
|---|---|
Recovery(Credential credential,
Extension recoverPlugin,
Boolean noRecovery)
Create a new Recovery. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Credential |
getCredential()
Get the security. |
Boolean |
getNoRecovery()
Get the noRecovery. |
Extension |
getRecoverPlugin()
Get the plugin. |
int |
hashCode()
|
String |
toString()
|
void |
validate()
Validate this metadata according validation required by specification |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Recovery(Credential credential,
Extension recoverPlugin,
Boolean noRecovery)
throws ValidateException
credential - credentialrecoverPlugin - pluginnoRecovery - niRecovery
ValidateException - in case of not valid metadata creation| Method Detail |
|---|
public final Credential getCredential()
public final Extension getRecoverPlugin()
public final Boolean getNoRecovery()
public void validate()
throws ValidateException
ValidatableMetadata
validate in interface ValidatableMetadataValidateException - in case of validation failpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||