public class ContingencyReactionRetry extends Object implements IContingencyReaction
IContingencyReaction.ReactionType| Modifier and Type | Field and Description |
|---|---|
int |
NumberOfRetries |
long |
RetryInterval |
| Constructor and Description |
|---|
ContingencyReactionRetry() |
| Modifier and Type | Method and Description |
|---|---|
void |
FromXML(Node XML) |
void |
FromXML(String XML) |
IContingencyReactionHandler |
GetReactionHandler() |
IContingencyReaction.ReactionType |
GetReactionType() |
String |
ToXML() |
void |
Validate() |
public void FromXML(String XML) throws ExecutionSerializationException
FromXML in interface IContingencyReactionExecutionSerializationExceptionpublic void FromXML(Node XML) throws ExecutionSerializationException
FromXML in interface IContingencyReactionExecutionSerializationExceptionpublic IContingencyReaction.ReactionType GetReactionType()
GetReactionType in interface IContingencyReactionpublic String ToXML() throws ExecutionSerializationException
ToXML in interface IContingencyReactionExecutionSerializationExceptionpublic void Validate()
throws ExecutionValidationException
Validate in interface IContingencyReactionExecutionValidationExceptionpublic IContingencyReactionHandler GetReactionHandler() throws ExecutionInternalErrorException
GetReactionHandler in interface IContingencyReactionExecutionInternalErrorExceptionCopyright © 2015. All Rights Reserved.