org.apache.openejb.client.event
Class RandomFailoverSelection

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

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

Version:
$Rev$ $Date$

Field Summary
 
Fields inherited from class org.apache.openejb.client.event.FailoverSelection
failed, remaining, server
 
Constructor Summary
RandomFailoverSelection(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

RandomFailoverSelection

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


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