Package | Description |
---|---|
org.opennms.netmgt.config.snmpinterfacepoller |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Interface[] |
Package.getInterface()
Method getInterface.Returns the contents of the collection in an Array.
|
Interface |
Package.getInterface(int index)
Method getInterface.
|
Interface |
Package.removeInterfaceAt(int index)
Method removeInterfaceAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Interface> |
Package.enumerateInterface()
Method enumerateInterface.
|
List<Interface> |
Package.getInterfaceCollection()
Method getInterfaceCollection.Returns a reference to '_interfaceList'.
|
Iterator<Interface> |
Package.iterateInterface()
Method iterateInterface.
|
Modifier and Type | Method and Description |
---|---|
void |
Package.addInterface(Interface vInterface) |
void |
Package.addInterface(int index,
Interface vInterface) |
boolean |
Package.removeInterface(Interface vInterface)
Method removeInterface.
|
void |
Package.setInterface(Interface[] vInterfaceArray) |
void |
Package.setInterface(int index,
Interface vInterface) |
Modifier and Type | Method and Description |
---|---|
void |
Package.setInterface(List<Interface> vInterfaceList)
Sets the value of '_interfaceList' by copying the given Vector.
|
void |
Package.setInterfaceCollection(List<Interface> _interfaceList)
Deprecated.
|
Copyright © 2017. All rights reserved.