|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionMonitor | |
---|---|
org.ops4j.monitors.exception | |
org.ops4j.net | A package for extensions to the java.net package. |
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 | |
---|---|
java.util.List<ExceptionMonitor> |
ExceptionSource.getExceptionMonitors()
Returns all ExceptionMonitors that are registered. |
java.util.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. |
Uses of ExceptionMonitor in org.ops4j.net |
---|
Methods in org.ops4j.net that return types with arguments of type ExceptionMonitor | |
---|---|
java.util.List<ExceptionMonitor> |
ConnectionCache.getExceptionMonitors()
Returns all ExceptionMonitors that are registered. |
Methods in org.ops4j.net with parameters of type ExceptionMonitor | |
---|---|
void |
ConnectionCache.registerExceptionMonitor(ExceptionMonitor monitor)
Register a ExceptionMonitor with the source. |
void |
ConnectionCache.unregisterExceptionMonitor(ExceptionMonitor monitor)
Unregister a ExceptionMonitor with the source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |