public final class XMLMessageQueueList extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
XMLMessageQueueList.Visitor |
| Constructor and Description |
|---|
XMLMessageQueueList()
Constructs an empty list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object o) |
void |
clear() |
Object |
removeFirst() |
int |
size() |
void |
visit(XMLMessageQueueList.Visitor visitor)
Visits each node while holding the lock.
|
public void clear()
public int size()
public Object removeFirst()
public void add(Object o)
public void visit(XMLMessageQueueList.Visitor visitor)
visitor - Callback to entry visitor.Copyright 2004-2019 Solace Corporation. All rights reserved.