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
JAXRExceptionpublic abstract FederatedConnection createFederatedConnection(java.util.Collection connections) throws JAXRException
JAXRExceptionpublic abstract java.util.Properties getProperties()
throws JAXRException
JAXRExceptionpublic abstract void setProperties(java.util.Properties properties)
throws JAXRException
JAXRExceptionpublic static ConnectionFactory newInstance() throws JAXRException
JAXRException