Package | Description |
---|---|
org.opennms.netmgt.config.capsd |
Modifier and Type | Method and Description |
---|---|
IpManagement[] |
CapsdConfiguration.getIpManagement()
Method getIpManagement.Returns the contents of the
collection in an Array.
|
IpManagement |
CapsdConfiguration.getIpManagement(int index)
Method getIpManagement.
|
IpManagement |
CapsdConfiguration.removeIpManagementAt(int index)
Method removeIpManagementAt.
|
static IpManagement |
IpManagement.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<IpManagement> |
CapsdConfiguration.enumerateIpManagement()
Method enumerateIpManagement.
|
List<IpManagement> |
CapsdConfiguration.getIpManagementCollection()
Method getIpManagementCollection.Returns a reference to
'_ipManagementList'.
|
Iterator<IpManagement> |
CapsdConfiguration.iterateIpManagement()
Method iterateIpManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
CapsdConfiguration.addIpManagement(int index,
IpManagement vIpManagement) |
void |
CapsdConfiguration.addIpManagement(IpManagement vIpManagement) |
boolean |
CapsdConfiguration.removeIpManagement(IpManagement vIpManagement)
Method removeIpManagement.
|
void |
CapsdConfiguration.setIpManagement(int index,
IpManagement vIpManagement) |
void |
CapsdConfiguration.setIpManagement(IpManagement[] vIpManagementArray) |
Modifier and Type | Method and Description |
---|---|
void |
CapsdConfiguration.setIpManagement(List<IpManagement> vIpManagementList)
Sets the value of '_ipManagementList' by copying the given
Vector.
|
void |
CapsdConfiguration.setIpManagementCollection(List<IpManagement> ipManagementList)
Deprecated.
|
Copyright © 2015. All rights reserved.