public class SolQueueBrowserEnumeration extends Object implements Enumeration<Message>
| Modifier and Type | Field and Description |
|---|---|
static int |
HasMoreElementsSleepTime |
| Constructor and Description |
|---|
SolQueueBrowserEnumeration(SolQueueBrowserIF queueBrowser) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements() |
Message |
nextElement() |
public SolQueueBrowserEnumeration(SolQueueBrowserIF queueBrowser)
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<Message>public Message nextElement()
nextElement in interface Enumeration<Message>Copyright 2004-2021 Solace Corporation. All rights reserved.