| Package | Description |
|---|---|
| org.ops4j.monitors.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
ExceptionMonitorRouter
A monitor of a Exceptions occuring, and capability to route/delegate these
events to 0..n registered ExceptionMonitor implementations.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionMonitor |
ExceptionMonitorRouter.getMonitor(int index)
Returns the ExceptionMonitor at a particular index.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExceptionMonitor> |
ExceptionMonitorRouter.getExceptionMonitors()
Returns all ExceptionMonitors that are registered.
|
List<ExceptionMonitor> |
ExceptionSource.getExceptionMonitors()
Returns all ExceptionMonitors that are registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionMonitorRouter.registerExceptionMonitor(ExceptionMonitor monitor)
Add a monitor to the list of monitors managed by this router.
|
void |
ExceptionSource.registerExceptionMonitor(ExceptionMonitor monitor)
Register a ExceptionMonitor with the source.
|
void |
ExceptionMonitorRouter.unregisterExceptionMonitor(ExceptionMonitor monitor)
Remove a monitor to the list of monitors managed by this router.
|
void |
ExceptionSource.unregisterExceptionMonitor(ExceptionMonitor monitor)
Unregister a ExceptionMonitor with the source.
|
Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.