Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.notifd |
Modifier and Type | Method and Description |
---|---|
Collection<AutoAcknowledge> |
NotifdConfigManager.getAutoAcknowledges()
getAutoAcknowledges
|
Modifier and Type | Method and Description |
---|---|
AutoAcknowledge[] |
NotifdConfiguration.getAutoAcknowledge()
Method getAutoAcknowledge.Returns the contents of the
collection in an Array.
|
AutoAcknowledge |
NotifdConfiguration.getAutoAcknowledge(int index)
Method getAutoAcknowledge.
|
AutoAcknowledge |
NotifdConfiguration.removeAutoAcknowledgeAt(int index)
Method removeAutoAcknowledgeAt.
|
static AutoAcknowledge |
AutoAcknowledge.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<AutoAcknowledge> |
NotifdConfiguration.enumerateAutoAcknowledge()
Method enumerateAutoAcknowledge.
|
List<AutoAcknowledge> |
NotifdConfiguration.getAutoAcknowledgeCollection()
Method getAutoAcknowledgeCollection.Returns a reference to
'_autoAcknowledgeList'.
|
Iterator<AutoAcknowledge> |
NotifdConfiguration.iterateAutoAcknowledge()
Method iterateAutoAcknowledge.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifdConfiguration.addAutoAcknowledge(AutoAcknowledge vAutoAcknowledge) |
void |
NotifdConfiguration.addAutoAcknowledge(int index,
AutoAcknowledge vAutoAcknowledge) |
boolean |
NotifdConfiguration.removeAutoAcknowledge(AutoAcknowledge vAutoAcknowledge)
Method removeAutoAcknowledge.
|
void |
NotifdConfiguration.setAutoAcknowledge(AutoAcknowledge[] vAutoAcknowledgeArray) |
void |
NotifdConfiguration.setAutoAcknowledge(int index,
AutoAcknowledge vAutoAcknowledge) |
Modifier and Type | Method and Description |
---|---|
void |
NotifdConfiguration.setAutoAcknowledge(List<AutoAcknowledge> vAutoAcknowledgeList)
Sets the value of '_autoAcknowledgeList' by copying the
given Vector.
|
void |
NotifdConfiguration.setAutoAcknowledgeCollection(List<AutoAcknowledge> autoAcknowledgeList)
Deprecated.
|
Copyright © 2017. All rights reserved.