Package | Description |
---|---|
org.opennms.netmgt.config.monitoringLocations |
Modifier and Type | Method and Description |
---|---|
LocationDef[] |
Locations.getLocationDef()
Method getLocationDef.Returns the contents of the collection
in an Array.
|
LocationDef |
Locations.getLocationDef(int index)
Method getLocationDef.
|
LocationDef |
Locations.removeLocationDefAt(int index)
Method removeLocationDefAt.
|
static LocationDef |
LocationDef.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<LocationDef> |
Locations.enumerateLocationDef()
Method enumerateLocationDef.
|
List<LocationDef> |
Locations.getLocationDefCollection()
Method getLocationDefCollection.Returns a reference to
'_locationDefList'.
|
Iterator<LocationDef> |
Locations.iterateLocationDef()
Method iterateLocationDef.
|
Modifier and Type | Method and Description |
---|---|
void |
Locations.addLocationDef(int index,
LocationDef vLocationDef) |
void |
Locations.addLocationDef(LocationDef vLocationDef) |
boolean |
Locations.removeLocationDef(LocationDef vLocationDef)
Method removeLocationDef.
|
void |
Locations.setLocationDef(int index,
LocationDef vLocationDef) |
void |
Locations.setLocationDef(LocationDef[] vLocationDefArray) |
Modifier and Type | Method and Description |
---|---|
void |
Locations.setLocationDef(List<LocationDef> vLocationDefList)
Sets the value of '_locationDefList' by copying the given
Vector.
|
void |
Locations.setLocationDefCollection(List<LocationDef> locationDefList)
Deprecated.
|
Copyright © 2015. All Rights Reserved.