|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionFactory | |
|---|---|
| org.apache.openejb.client | |
| org.apache.openejb.client.event | |
| Uses of ConnectionFactory in org.apache.openejb.client |
|---|
| Classes in org.apache.openejb.client that implement ConnectionFactory | |
|---|---|
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
|
| Methods in org.apache.openejb.client that return ConnectionFactory | |
|---|---|
static ConnectionFactory |
ConnectionManager.unregisterFactory(String scheme)
|
| Methods in org.apache.openejb.client with parameters of type ConnectionFactory | |
|---|---|
static void |
ConnectionManager.registerFactory(String scheme,
ConnectionFactory factory)
|
static void |
ConnectionManager.setFactory(ConnectionFactory factory)
Deprecated. Use register("default", factory); |
| Uses of ConnectionFactory in org.apache.openejb.client.event |
|---|
| Methods in org.apache.openejb.client.event that return ConnectionFactory | |
|---|---|
ConnectionFactory |
ConnectionFactoryRemoved.getFactory()
|
ConnectionFactory |
ConnectionFactoryAdded.getFactory()
|
| Constructors in org.apache.openejb.client.event with parameters of type ConnectionFactory | |
|---|---|
ConnectionFactoryAdded(String scheme,
ConnectionFactory factory)
|
|
ConnectionFactoryRemoved(String scheme,
ConnectionFactory factory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||