public static final class AbstractScheduledAction.CompensatingActionMode
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static AbstractScheduledAction.CompensatingActionMode |
IGNORE
Ignore compensating actions
|
static AbstractScheduledAction.CompensatingActionMode |
RUN_COMPENSATING_ACTIONS_ON_FAILURE
If failure occurs run the comensating actions.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractScheduledAction.CompensatingActionMode |
getCompensatingActionMode(java.lang.String compensatingActionModeString)
Parse a string to a compensating action mode - used in reading the config.
|
static AbstractScheduledAction.CompensatingActionMode |
valueOf(java.lang.String name) |
static AbstractScheduledAction.CompensatingActionMode[] |
values() |
public static final AbstractScheduledAction.CompensatingActionMode RUN_COMPENSATING_ACTIONS_ON_FAILURE
public static final AbstractScheduledAction.CompensatingActionMode IGNORE
public static AbstractScheduledAction.CompensatingActionMode[] values()
public static AbstractScheduledAction.CompensatingActionMode valueOf(java.lang.String name)
public static AbstractScheduledAction.CompensatingActionMode getCompensatingActionMode(java.lang.String compensatingActionModeString)
compensatingActionModeString - Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.