KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > ConnectionFactory

javax.xml.registry
Class ConnectionFactory

java.lang.Object
  extended byjavax.xml.registry.ConnectionFactory
See Also:
Top Examples, Source Code, Connection

public ConnectionFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Connection createConnection()
                                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract FederatedConnection createFederatedConnection(Collection connections)
                                                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Properties getProperties()
                                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ConnectionFactory newInstance()
                                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void setProperties(Properties properties)
                            throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags