Package | Description |
---|---|
io.pcp.parfait | |
io.pcp.parfait.pcp |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Monitor> |
AbstractMonitorable.monitors |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMonitorable.attachMonitor(Monitor monitor) |
void |
Monitorable.attachMonitor(Monitor m)
Attaches the provided Monitor.
|
(package private) boolean |
AbstractMonitorable.isAttached(Monitor monitorToFind)
Checks if a given Monitor is registered for notifications with this Monitorable.
|
void |
AbstractMonitorable.removeMonitor(Monitor monitor) |
void |
Monitorable.removeMonitor(Monitor m)
Removed the provided Monitor from the list of attached Monitors.
|
Modifier and Type | Class and Description |
---|---|
private class |
PcpMonitorBridge.PcpMonitorBridgeMonitor
Responsible for adding any Monitorables that change to the queue of Monitorables that are
pending update.
|
Modifier and Type | Field and Description |
---|---|
private Monitor |
PcpMonitorBridge.monitor |