| Package | Description |
|---|---|
| org.ops4j.monitors |
Instead of Logging, we use the Monitor concept, which are dedicated interfaces for the monitoring
situation at hand.
|
| org.ops4j.monitors.exception |
| Modifier and Type | Method and Description |
|---|---|
ExceptionSource |
TooManyMonitorsException.getExceptionSource()
Returns the ExceptionSource that can't deal with too many ExceptionMonitors.
|
| Constructor and Description |
|---|
TooManyMonitorsException(ExceptionSource source,
int max)
Constructor
|
| 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 |
|---|---|
void |
ExceptionMonitorRouter.exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs.
|
void |
ExceptionMonitor.exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs.
|
Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.