Package | Description |
---|---|
org.opennms.netmgt.config.trapd |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.trapd |
Modifier and Type | Method and Description |
---|---|
Snmpv3User[] |
TrapdConfiguration.getSnmpv3User()
Method getSnmpv3User.Returns the contents of the collection
in an Array.
|
Snmpv3User |
TrapdConfiguration.getSnmpv3User(int index)
Method getSnmpv3User.
|
Snmpv3User |
TrapdConfiguration.removeSnmpv3UserAt(int index)
Method removeSnmpv3UserAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Snmpv3User> |
TrapdConfiguration.enumerateSnmpv3User()
Method enumerateSnmpv3User.
|
List<Snmpv3User> |
TrapdConfiguration.getSnmpv3UserCollection()
Method getSnmpv3UserCollection.Returns a reference to
'_snmpv3UserList'.
|
Iterator<Snmpv3User> |
TrapdConfiguration.iterateSnmpv3User()
Method iterateSnmpv3User.
|
Modifier and Type | Method and Description |
---|---|
void |
TrapdConfiguration.addSnmpv3User(int index,
Snmpv3User vSnmpv3User) |
void |
TrapdConfiguration.addSnmpv3User(Snmpv3User vSnmpv3User) |
boolean |
TrapdConfiguration.removeSnmpv3User(Snmpv3User vSnmpv3User)
Method removeSnmpv3User.
|
void |
TrapdConfiguration.setSnmpv3User(int index,
Snmpv3User vSnmpv3User) |
void |
TrapdConfiguration.setSnmpv3User(Snmpv3User[] vSnmpv3UserArray) |
Modifier and Type | Method and Description |
---|---|
void |
TrapdConfiguration.setSnmpv3User(List<Snmpv3User> vSnmpv3UserList)
Sets the value of '_snmpv3UserList' by copying the given
Vector.
|
void |
TrapdConfiguration.setSnmpv3UserCollection(List<Snmpv3User> snmpv3UserList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SnmpV3User |
TrapdConfigBean.toSnmpV3User(Snmpv3User snmpv3User) |
Copyright © 2021. All rights reserved.