Package | Description |
---|---|
org.opennms.netmgt.importer | |
org.opennms.netmgt.importer.config | |
org.opennms.netmgt.importer.specification |
Modifier and Type | Method and Description |
---|---|
void |
ImportAccountant.visitInterface(Interface iface)
visitInterface
|
Modifier and Type | Method and Description |
---|---|
Interface[] |
Node.getInterface()
Method getInterface.Returns the contents of the collection
in an Array.
|
Interface |
Node.getInterface(int index)
Method getInterface.
|
Interface |
Node.removeInterfaceAt(int index)
Method removeInterfaceAt.
|
static Interface |
Interface.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Interface> |
Node.enumerateInterface()
Method enumerateInterface.
|
List<Interface> |
Node.getInterfaceCollection()
Method getInterfaceCollection.Returns a reference to
'_interfaceList'.
|
Iterator<Interface> |
Node.iterateInterface()
Method iterateInterface.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.addInterface(Interface vInterface) |
void |
Node.addInterface(int index,
Interface vInterface) |
boolean |
Node.removeInterface(Interface vInterface)
Method removeInterface.
|
void |
Node.setInterface(Interface[] vInterfaceArray) |
void |
Node.setInterface(int index,
Interface vInterface) |
Modifier and Type | Method and Description |
---|---|
void |
Node.setInterface(List<Interface> vInterfaceList)
Sets the value of '_interfaceList' by copying the given
Vector.
|
void |
Node.setInterfaceCollection(List<Interface> _interfaceList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportVisitor.completeInterface(Interface iface)
completeInterface
|
void |
AbstractImportVisitor.completeInterface(Interface iface)
completeInterface
|
void |
ImportVisitor.visitInterface(Interface iface)
visitInterface
|
void |
AbstractImportVisitor.visitInterface(Interface iface)
visitInterface
|
Copyright © 2015. All Rights Reserved.