| Package | Description |
|---|---|
| org.apache.openejb.client | |
| org.apache.openejb.client.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionStrategy |
class |
RandomConnectionStrategy |
class |
RoundRobinConnectionStrategy |
class |
StickyConnectionStrategy |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStrategy |
ConnectionManager.unregisterStrategy(String scheme) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionManager.registerStrategy(String scheme,
ConnectionStrategy factory) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionStrategy |
ConnectionStrategyFailed.getStrategy() |
ConnectionStrategy |
ConnectionStrategyAdded.getStrategy() |
ConnectionStrategy |
ConnectionStrategyRemoved.getStrategy() |
| Constructor and Description |
|---|
ConnectionStrategyAdded(String scheme,
ConnectionStrategy strategy) |
ConnectionStrategyFailed(ConnectionStrategy strategy,
ClusterMetaData cluster,
ServerMetaData server,
Throwable cause) |
ConnectionStrategyRemoved(String scheme,
ConnectionStrategy strategy) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.