Package | Description |
---|---|
org.opennms.netmgt.config.ami |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Range[] |
Definition.getRange()
Method getRange.Returns the contents of the collection in an Array.
|
Range |
Definition.getRange(int index)
Method getRange.
|
Range |
Definition.removeRangeAt(int index)
Method removeRangeAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Range> |
Definition.enumerateRange()
Method enumerateRange.
|
List<Range> |
Definition.getRangeCollection()
Method getRangeCollection.Returns a reference to '_rangeList'.
|
Iterator<Range> |
Definition.iterateRange()
Method iterateRange.
|
Modifier and Type | Method and Description |
---|---|
void |
Definition.addRange(int index,
Range vRange) |
void |
Definition.addRange(Range vRange) |
boolean |
Definition.removeRange(Range vRange)
Method removeRange.
|
void |
Definition.setRange(int index,
Range vRange) |
void |
Definition.setRange(Range[] vRangeArray) |
Modifier and Type | Method and Description |
---|---|
void |
Definition.setRange(List<Range> vRangeList)
Sets the value of '_rangeList' by copying the given Vector.
|
Constructor and Description |
---|
Definition(int port,
boolean useSsl,
int timeout,
int retry,
String username,
String password,
List<Range> ranges,
List<String> specifics,
List<String> ipMatches) |
Copyright © 2017. All rights reserved.