Package | Description |
---|---|
org.opennms.netmgt.config.poller |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Monitor[] |
PollerConfiguration.getMonitor()
Method getMonitor.Returns the contents of the collection in
an Array.
|
Monitor |
PollerConfiguration.getMonitor(int index)
Method getMonitor.
|
Monitor |
PollerConfiguration.removeMonitorAt(int index)
Method removeMonitorAt.
|
static Monitor |
Monitor.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Monitor> |
PollerConfiguration.enumerateMonitor()
Method enumerateMonitor.
|
List<Monitor> |
PollerConfiguration.getMonitorCollection()
Method getMonitorCollection.Returns a reference to
'_monitorList'.
|
Iterator<Monitor> |
PollerConfiguration.iterateMonitor()
Method iterateMonitor.
|
Modifier and Type | Method and Description |
---|---|
void |
PollerConfiguration.addMonitor(int index,
Monitor vMonitor) |
void |
PollerConfiguration.addMonitor(Monitor vMonitor) |
boolean |
PollerConfiguration.removeMonitor(Monitor vMonitor)
Method removeMonitor.
|
void |
PollerConfiguration.setMonitor(int index,
Monitor vMonitor) |
void |
PollerConfiguration.setMonitor(Monitor[] vMonitorArray) |
Modifier and Type | Method and Description |
---|---|
void |
PollerConfiguration.setMonitor(List<Monitor> vMonitorList)
Sets the value of '_monitorList' by copying the given
Vector.
|
void |
PollerConfiguration.setMonitorCollection(List<Monitor> monitorList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.