Package | Description |
---|---|
org.opennms.netmgt.config.poller |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Downtime[] |
Package.getDowntime()
Method getDowntime.Returns the contents of the collection in
an Array.
|
Downtime |
Package.getDowntime(int index)
Method getDowntime.
|
Downtime |
Package.removeDowntimeAt(int index)
Method removeDowntimeAt.
|
static Downtime |
Downtime.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Downtime> |
Package.enumerateDowntime()
Method enumerateDowntime.
|
List<Downtime> |
Package.getDowntimeCollection()
Method getDowntimeCollection.Returns a reference to
'_downtimeList'.
|
Iterator<Downtime> |
Package.iterateDowntime()
Method iterateDowntime.
|
Modifier and Type | Method and Description |
---|---|
void |
Package.addDowntime(Downtime vDowntime) |
void |
Package.addDowntime(int index,
Downtime vDowntime) |
boolean |
Package.removeDowntime(Downtime vDowntime)
Method removeDowntime.
|
void |
Package.setDowntime(Downtime[] vDowntimeArray) |
void |
Package.setDowntime(int index,
Downtime vDowntime) |
Modifier and Type | Method and Description |
---|---|
void |
Package.setDowntime(List<Downtime> vDowntimeList)
Sets the value of '_downtimeList' by copying the given
Vector.
|
void |
Package.setDowntimeCollection(List<Downtime> downtimeList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.