org.apache.openejb.client.event
Class RoundRobinFailoverSelection

java.lang.Object
  extended by org.apache.openejb.client.event.FailoverSelection
      extended by org.apache.openejb.client.event.RoundRobinFailoverSelection

@Log(value=WARNING)
public class RoundRobinFailoverSelection
extends FailoverSelection

Version:
$Rev$ $Date$

Field Summary
 
Fields inherited from class org.apache.openejb.client.event.FailoverSelection
failed, remaining, server
 
Constructor Summary
RoundRobinFailoverSelection(Set<URI> remaining, Set<URI> failed, URI server)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.client.event.FailoverSelection
getFailed, getRemaining, getServer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoundRobinFailoverSelection

public RoundRobinFailoverSelection(Set<URI> remaining,
                                   Set<URI> failed,
                                   URI server)


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