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 | |
org.ops4j.net |
A package for extensions to the java.net package.
|
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 |
ExceptionMonitor.exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs.
|
void |
ExceptionMonitorRouter.exception(ExceptionSource source,
Throwable exception)
This method is called when an Exception or Throwable occurs.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionCache
This class is to be used to cache URLConnections.
|
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.