Package | Description |
---|---|
org.opennms.netmgt.config.notifd |
Modifier and Type | Method and Description |
---|---|
Queue[] |
NotifdConfiguration.getQueue()
Method getQueue.Returns the contents of the collection in an
Array.
|
Queue |
NotifdConfiguration.getQueue(int index)
Method getQueue.
|
Queue |
NotifdConfiguration.removeQueueAt(int index)
Method removeQueueAt.
|
static Queue |
Queue.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Queue> |
NotifdConfiguration.enumerateQueue()
Method enumerateQueue.
|
List<Queue> |
NotifdConfiguration.getQueueCollection()
Method getQueueCollection.Returns a reference to
'_queueList'.
|
Iterator<Queue> |
NotifdConfiguration.iterateQueue()
Method iterateQueue.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifdConfiguration.addQueue(int index,
Queue vQueue) |
void |
NotifdConfiguration.addQueue(Queue vQueue) |
boolean |
NotifdConfiguration.removeQueue(Queue vQueue)
Method removeQueue.
|
void |
NotifdConfiguration.setQueue(int index,
Queue vQueue) |
void |
NotifdConfiguration.setQueue(Queue[] vQueueArray) |
Modifier and Type | Method and Description |
---|---|
void |
NotifdConfiguration.setQueue(List<Queue> vQueueList)
Sets the value of '_queueList' by copying the given Vector.
|
void |
NotifdConfiguration.setQueueCollection(List<Queue> queueList)
Deprecated.
|
Copyright © 2017. All rights reserved.