| Package | Description |
|---|---|
| org.apache.openejb.client | |
| org.apache.openejb.client.event |
| Modifier and Type | Class and Description |
|---|---|
class |
FailoverConnectionFactory
This factory supports the following URI format
failover:[strategy:]urlList
Where strategy and urlList are variables
strategy = the ConnectionStrategy name, such as "sticky", "round-robin",
or "random".
|
class |
HttpConnectionFactory |
class |
MulticastConnectionFactory |
class |
MulticastPulseClient
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
class |
SocketConnectionFactory |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionFactory |
ConnectionManager.unregisterFactory(String scheme) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionManager.registerFactory(String scheme,
ConnectionFactory factory) |
static void |
ConnectionManager.setFactory(ConnectionFactory factory)
Deprecated.
Use register("default", factory);
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionFactory |
ConnectionFactoryAdded.getFactory() |
ConnectionFactory |
ConnectionFactoryRemoved.getFactory() |
| Constructor and Description |
|---|
ConnectionFactoryAdded(String scheme,
ConnectionFactory factory) |
ConnectionFactoryRemoved(String scheme,
ConnectionFactory factory) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.