Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.capsd |
Modifier and Type | Method and Description |
---|---|
List<Range> |
CapsdConfigManager.getRanges(ProtocolConfiguration pluginConf)
getRanges
|
List<Range> |
CapsdConfig.getRanges(ProtocolConfiguration pluginConf)
getRanges
|
Modifier and Type | Method and Description |
---|---|
Range[] |
ProtocolConfiguration.getRange()
Method getRange.Returns the contents of the collection in an
Array.
|
Range[] |
IpManagement.getRange()
Method getRange.Returns the contents of the collection in an
Array.
|
Range |
ProtocolConfiguration.getRange(int index)
Method getRange.
|
Range |
IpManagement.getRange(int index)
Method getRange.
|
Range |
ProtocolConfiguration.removeRangeAt(int index)
Method removeRangeAt.
|
Range |
IpManagement.removeRangeAt(int index)
Method removeRangeAt.
|
static Range |
Range.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Range> |
ProtocolConfiguration.enumerateRange()
Method enumerateRange.
|
Enumeration<Range> |
IpManagement.enumerateRange()
Method enumerateRange.
|
List<Range> |
ProtocolConfiguration.getRangeCollection()
Method getRangeCollection.Returns a reference to
'_rangeList'.
|
List<Range> |
IpManagement.getRangeCollection()
Method getRangeCollection.Returns a reference to
'_rangeList'.
|
Iterator<Range> |
ProtocolConfiguration.iterateRange()
Method iterateRange.
|
Iterator<Range> |
IpManagement.iterateRange()
Method iterateRange.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolConfiguration.addRange(int index,
Range vRange) |
void |
IpManagement.addRange(int index,
Range vRange) |
void |
ProtocolConfiguration.addRange(Range vRange) |
void |
IpManagement.addRange(Range vRange) |
boolean |
ProtocolConfiguration.removeRange(Range vRange)
Method removeRange.
|
boolean |
IpManagement.removeRange(Range vRange)
Method removeRange.
|
void |
ProtocolConfiguration.setRange(int index,
Range vRange) |
void |
IpManagement.setRange(int index,
Range vRange) |
void |
ProtocolConfiguration.setRange(Range[] vRangeArray) |
void |
IpManagement.setRange(Range[] vRangeArray) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolConfiguration.setRange(List<Range> vRangeList)
Sets the value of '_rangeList' by copying the given Vector.
|
void |
IpManagement.setRange(List<Range> vRangeList)
Sets the value of '_rangeList' by copying the given Vector.
|
void |
ProtocolConfiguration.setRangeCollection(List<Range> rangeList)
Deprecated.
|
void |
IpManagement.setRangeCollection(List<Range> rangeList)
Deprecated.
|
Copyright © 2015. All rights reserved.