Package | Description |
---|---|
org.distributeme.core.failing |
Modifier and Type | Method and Description |
---|---|
FailDecision.Reaction |
FailDecision.getReaction() |
static FailDecision.Reaction |
FailDecision.Reaction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailDecision.Reaction[] |
FailDecision.Reaction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FailDecision(FailDecision.Reaction aReaction)
Creates a new fail decision with given reaction.
|
FailDecision(FailDecision.Reaction aReaction,
String aTargetService)
Creates a new fail decision with given reaction and target service.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.