public abstract class ConnectionFactory extends Object
| Constructor and Description |
|---|
ConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract Connection |
createConnection() |
abstract FederatedConnection |
createFederatedConnection(Collection connections) |
abstract Properties |
getProperties() |
static ConnectionFactory |
newInstance() |
abstract void |
setProperties(Properties properties) |
public abstract Connection createConnection() throws JAXRException
JAXRExceptionpublic abstract FederatedConnection createFederatedConnection(Collection connections) throws JAXRException
JAXRExceptionpublic abstract Properties getProperties() throws JAXRException
JAXRExceptionpublic abstract void setProperties(Properties properties) throws JAXRException
JAXRExceptionpublic static ConnectionFactory newInstance() throws JAXRException
JAXRExceptionCopyright © 2013. All Rights Reserved.