org.apache.openejb.client
Class StickyConnectionStrategy.StickyIterable

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

public class StickyConnectionStrategy.StickyIterable
extends Object
implements Iterable<URI>


Nested Class Summary
 class StickyConnectionStrategy.StickyIterable.StickyIterator
           
 
Constructor Summary
StickyConnectionStrategy.StickyIterable(ClusterMetaData cluster)
           
 
Method Summary
 Iterator<URI> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StickyConnectionStrategy.StickyIterable

public StickyConnectionStrategy.StickyIterable(ClusterMetaData cluster)
Method Detail

iterator

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


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