|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.client.jms.QueueBrowser.QueueEnumeration
private class QueueBrowser.QueueEnumeration
The QueueEnumeration
class is used to enumerate the browses
sent by queues.
Field Summary | |
---|---|
private java.util.Vector |
messages
The vector of messages. |
Constructor Summary | |
---|---|
private |
QueueBrowser.QueueEnumeration(java.util.Vector messages)
Constructs a QueueEnumeration instance. |
Method Summary | |
---|---|
boolean |
hasMoreElements()
API method. |
java.lang.Object |
nextElement()
API method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector messages
Constructor Detail |
---|
private QueueBrowser.QueueEnumeration(java.util.Vector messages)
QueueEnumeration
instance.
messages
- The vector of messages to enumerate.Method Detail |
---|
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
nextElement
in interface java.util.Enumeration
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |