| Package | Description |
|---|---|
| org.gytheio.health |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentUnavailableActionTerminate
ComponentUnavailableAction which terminates the JVM with the specified exit code, not to be used lightly.
|
class |
CompositeComponentUnavailableAction
ComponentUnavailableAction which iterates over a list of specified actions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompositeComponentUnavailableAction.execute(ComponentUnavailableAction action,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeComponentUnavailableAction.setActions(List<ComponentUnavailableAction> actions) |
void |
ComponentUnavailableExceptionHandler.setPolicies(Map<String,ComponentUnavailableAction> policies)
A map of ComponentUnavailableException canonical class names to the
ComponentUnavailableAction that should be executed.
|
Copyright © 2017 Alfresco Software. All rights reserved.