org.apache.openejb.client.event
Class StickyFailoverSelection

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

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

Version:
$Rev$ $Date$

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

StickyFailoverSelection

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


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