| Package | Description |
|---|---|
| org.apache.openejb.client | |
| org.apache.openejb.client.event |
| Modifier and Type | Method and Description |
|---|---|
protected FailoverSelection |
RoundRobinConnectionStrategy.createFailureEvent(Set<URI> remaining,
Set<URI> failed,
URI uri) |
protected FailoverSelection |
StickyConnectionStrategy.createFailureEvent(Set<URI> remaining,
Set<URI> failed,
URI uri) |
protected abstract FailoverSelection |
AbstractConnectionStrategy.createFailureEvent(Set<URI> remaining,
Set<URI> failed,
URI uri) |
protected FailoverSelection |
RandomConnectionStrategy.createFailureEvent(Set<URI> remaining,
Set<URI> failed,
URI uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomFailoverSelection |
class |
RoundRobinFailoverSelection |
class |
StickyFailoverSelection |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.