| Package | Description |
|---|---|
| org.ops4j.monitors.stream |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamMonitorRouter
A router that handles multicasr distribution of monitor events to registered monitors.
|
| Modifier and Type | Method and Description |
|---|---|
StreamMonitor |
StreamMonitorRouter.getMonitor(int index)
Returns a Monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamMonitorRouter.addStreamMonitor(StreamMonitor monitor)
Add a monitor to the list of monitors managed by this router.
|
void |
StreamSource.registerStreamMonitor(StreamMonitor monitor)
Register a ExceptionMonitor with the source.
|
void |
StreamMonitorRouter.removeStreamMonitor(StreamMonitor monitor)
Remove a monitor to the list of monitors managed by this router.
|
void |
StreamSource.unregisterStreamMonitor(StreamMonitor monitor)
Unregister a StreamMonitor with the source.
|
Copyright © 2006–2019 OPS4J - Open Participation Software for Java. All rights reserved.