Package | Description |
---|---|
org.ops4j.monitors.exception | |
org.ops4j.net |
A package for extensions to the java.net package.
|
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 |
---|---|
ExceptionMonitor |
ExceptionMonitorRouter.getMonitor(int index)
Returns the ExceptionMonitor at a particular index.
|
Modifier and Type | Method and Description |
---|---|
List<ExceptionMonitor> |
ExceptionMonitorRouter.getExceptionMonitors()
Returns all ExceptionMonitors that are registered.
|
List<ExceptionMonitor> |
ExceptionSource.getExceptionMonitors()
Returns all ExceptionMonitors that are registered.
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionMonitorRouter.registerExceptionMonitor(ExceptionMonitor monitor)
Add a monitor to the list of monitors managed by this router.
|
void |
ExceptionSource.registerExceptionMonitor(ExceptionMonitor monitor)
Register a ExceptionMonitor with the source.
|
void |
ExceptionMonitorRouter.unregisterExceptionMonitor(ExceptionMonitor monitor)
Remove a monitor to the list of monitors managed by this router.
|
void |
ExceptionSource.unregisterExceptionMonitor(ExceptionMonitor monitor)
Unregister a ExceptionMonitor with the source.
|
Modifier and Type | Method and Description |
---|---|
List<ExceptionMonitor> |
ConnectionCache.getExceptionMonitors()
Returns all ExceptionMonitors that are registered.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionCache.registerExceptionMonitor(ExceptionMonitor monitor)
Register a ExceptionMonitor with the source.
|
void |
ConnectionCache.unregisterExceptionMonitor(ExceptionMonitor monitor)
Unregister a ExceptionMonitor with the source.
|
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.