private class QueueBrowser.QueueEnumeration extends Object implements Enumeration
QueueEnumeration
class is used to enumerate the browses
sent by queues.Modifier and Type | Field and Description |
---|---|
private Vector |
messages
The vector of messages.
|
Modifier | Constructor and Description |
---|---|
private |
QueueEnumeration(Vector messages)
Constructs a
QueueEnumeration instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements()
API method.
|
Object |
nextElement()
API method.
|
private Vector messages
private QueueEnumeration(Vector messages)
QueueEnumeration
instance.messages
- The vector of messages to enumerate.public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
Copyright © 2023 ScalAgent D.T.. All rights reserved.