org.apache.openejb.client.event
Class FailoverSelection

java.lang.Object
  extended by org.apache.openejb.client.event.FailoverSelection
Direct Known Subclasses:
RandomFailoverSelection, RoundRobinFailoverSelection, StickyFailoverSelection

public class FailoverSelection
extends Object

Version:
$Rev$ $Date$

Field Summary
protected  Set<URI> failed
           
protected  Set<URI> remaining
           
protected  URI server
           
 
Constructor Summary
FailoverSelection(Set<URI> remaining, Set<URI> failed, URI server)
           
 
Method Summary
 Set<URI> getFailed()
           
 Set<URI> getRemaining()
           
 URI getServer()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

remaining

protected final Set<URI> remaining

failed

protected final Set<URI> failed

server

protected final URI server
Constructor Detail

FailoverSelection

public FailoverSelection(Set<URI> remaining,
                         Set<URI> failed,
                         URI server)
Method Detail

getRemaining

public Set<URI> getRemaining()

getFailed

public Set<URI> getFailed()

getServer

public URI getServer()

toString

public String toString()
Overrides:
toString in class Object


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