org.apache.openejb.client
Class StickyConnectionStrategy.StickyIterable.StickyIterator

java.lang.Object
  extended by org.apache.openejb.client.StickyConnectionStrategy.StickyIterable.StickyIterator
All Implemented Interfaces:
Iterator<URI>
Enclosing class:
StickyConnectionStrategy.StickyIterable

public class StickyConnectionStrategy.StickyIterable.StickyIterator
extends Object
implements Iterator<URI>


Method Summary
 boolean hasNext()
           
 URI next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<URI>

next

public URI next()
Specified by:
next in interface Iterator<URI>

remove

public void remove()
Specified by:
remove in interface Iterator<URI>


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.