|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionSource | |
---|---|
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 | |
org.ops4j.net | A package for extensions to the java.net package. |
Uses of ExceptionSource in org.ops4j.monitors |
---|
Methods in org.ops4j.monitors that return ExceptionSource | |
---|---|
ExceptionSource |
TooManyMonitorsException.getExceptionSource()
Returns the ExceptionSource that can't deal with too many ExceptionMonitors. |
Constructors in org.ops4j.monitors with parameters of type ExceptionSource | |
---|---|
TooManyMonitorsException(ExceptionSource source,
int max)
Constructor |
Uses of ExceptionSource in org.ops4j.monitors.exception |
---|
Classes in org.ops4j.monitors.exception that implement ExceptionSource | |
---|---|
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 with parameters of type ExceptionSource | |
---|---|
void |
ExceptionMonitor.exception(ExceptionSource source,
java.lang.Throwable exception)
This method is called when an Exception or Throwable occurs. |
void |
ExceptionMonitorRouter.exception(ExceptionSource source,
java.lang.Throwable exception)
This method is called when an Exception or Throwable occurs. |
Uses of ExceptionSource in org.ops4j.net |
---|
Classes in org.ops4j.net that implement ExceptionSource | |
---|---|
class |
ConnectionCache
This class is to be used to cache URLConnections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |