org.logicblaze.lingo.jms
Class JmsQueue.JmsQueueIterator
java.lang.Object
org.logicblaze.lingo.jms.JmsQueue.JmsQueueIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- JmsQueue
protected final class JmsQueue.JmsQueueIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsQueue.JmsQueueIterator
public JmsQueue.JmsQueueIterator(Enumeration enumeration,
javax.jms.QueueBrowser browser)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
close
public void close()
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2012 LogicBlaze, Inc.. All Rights Reserved.