|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionMonitor | |
|---|---|
| org.ops4j.monitors.exception | |
| Uses of ExceptionMonitor in org.ops4j.monitors.exception |
|---|
| Classes in org.ops4j.monitors.exception that implement ExceptionMonitor | |
|---|---|
class |
ExceptionMonitorRouter
A monitor of a Exceptions occuring, and capability to route/delegate these events to 0..n registered ExceptionMonitor implementations. |
| Methods in org.ops4j.monitors.exception that return ExceptionMonitor | |
|---|---|
ExceptionMonitor |
ExceptionMonitorRouter.getMonitor(int index)
Returns the ExceptionMonitor at a particular index. |
| Methods in org.ops4j.monitors.exception that return types with arguments of type ExceptionMonitor | |
|---|---|
List<ExceptionMonitor> |
ExceptionSource.getExceptionMonitors()
Returns all ExceptionMonitors that are registered. |
List<ExceptionMonitor> |
ExceptionMonitorRouter.getExceptionMonitors()
Returns all ExceptionMonitors that are registered. |
| Methods in org.ops4j.monitors.exception with parameters of type ExceptionMonitor | |
|---|---|
void |
ExceptionSource.registerExceptionMonitor(ExceptionMonitor monitor)
Register a ExceptionMonitor with the source. |
void |
ExceptionMonitorRouter.registerExceptionMonitor(ExceptionMonitor monitor)
Add a monitor to the list of monitors managed by this router. |
void |
ExceptionSource.unregisterExceptionMonitor(ExceptionMonitor monitor)
Unregister a ExceptionMonitor with the source. |
void |
ExceptionMonitorRouter.unregisterExceptionMonitor(ExceptionMonitor monitor)
Remove a monitor to the list of monitors managed by this router. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||