public abstract class ConnectionFactory
extends java.lang.Object
Constructor and Description |
---|
ConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Connection |
createConnection() |
abstract FederatedConnection |
createFederatedConnection(java.util.Collection connections) |
abstract java.util.Properties |
getProperties() |
static ConnectionFactory |
newInstance() |
abstract void |
setProperties(java.util.Properties properties) |
public abstract Connection createConnection() throws JAXRException
JAXRException
public abstract FederatedConnection createFederatedConnection(java.util.Collection connections) throws JAXRException
JAXRException
public abstract java.util.Properties getProperties() throws JAXRException
JAXRException
public abstract void setProperties(java.util.Properties properties) throws JAXRException
JAXRException
public static ConnectionFactory newInstance() throws JAXRException
JAXRException