|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionFactory | |
---|---|
org.apache.openejb.client |
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 |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |