javax.xml.registry
Class ConnectionFactory
java.lang.Object
javax.xml.registry.ConnectionFactory
public abstract class ConnectionFactory
- extends Object
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionFactory
public ConnectionFactory()
createConnection
public abstract Connection createConnection()
throws JAXRException
- Throws:
JAXRException
createFederatedConnection
public abstract FederatedConnection createFederatedConnection(Collection connections)
throws JAXRException
- Throws:
JAXRException
getProperties
public abstract Properties getProperties()
throws JAXRException
- Throws:
JAXRException
setProperties
public abstract void setProperties(Properties properties)
throws JAXRException
- Throws:
JAXRException
newInstance
public static ConnectionFactory newInstance()
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.