| Interface | Description |
|---|---|
| ComponentUnavailableAction |
Defines actions to be taken when a service's dependent component is unavailable.
|
| Heart |
Defines the object responsible for producing
Heartbeats
which let components monitor health of other components in the system. |
| HeartbeatDao |
Defines the persistence of a heartbeat.
|
| HeartbeatMonitor |
Defines an object responsible for listening for the heartbeat.
|
| Class | Description |
|---|---|
| ComponentUnavailableActionTerminate |
ComponentUnavailableAction which terminates the JVM with the specified exit code, not to be used lightly.
|
| ComponentUnavailableExceptionHandler |
Determines the
ComponentUnavailableAction to execute when a
ComponentUnavailableException is thrown |
| CompositeComponentUnavailableAction |
ComponentUnavailableAction which iterates over a list of specified actions.
|
| Heartbeat |
An object describing a properly behaving resource at a particular
point in time.
|
| Exception | Description |
|---|---|
| ComponentUnavailableException |
Thrown when a dependent component such as a database or other service is unavailable.
|
Copyright © 2014 Alfresco Software. All rights reserved.