javax.xml.registry
Class ConnectionFactory

java.lang.Object
  extended by javax.xml.registry.ConnectionFactory

public abstract class ConnectionFactory
extends Object

Version:
$Revision$ $Date$

Constructor Summary
ConnectionFactory()
           
 
Method Summary
abstract  Connection createConnection()
           
abstract  FederatedConnection createFederatedConnection(Collection connections)
           
abstract  Properties getProperties()
           
static ConnectionFactory newInstance()
           
abstract  void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactory

public ConnectionFactory()
Method Detail

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.