public class ConnectionFactoryImpl
extends javax.xml.registry.ConnectionFactory
implements java.io.Serializable
Constructor and Description |
---|
ConnectionFactoryImpl()
Public no-arg constructor so that this ConnectionFactory can be
instantiated by the JAXR ConnectionFactory;
|
Modifier and Type | Method and Description |
---|---|
javax.xml.registry.Connection |
createConnection() |
javax.xml.registry.FederatedConnection |
createFederatedConnection(java.util.Collection collection) |
java.lang.String |
getAuthenticationMethod() |
java.lang.String |
getLifeCycleManagerURL() |
java.lang.Integer |
getMaxRows() |
java.lang.String |
getPostalAddressScheme() |
java.util.Properties |
getProperties()
Returns a value copy of the properties that will be used to create
a Connections.
|
java.lang.String |
getQueryManagerURL() |
java.lang.String |
getSemanticEquivalences() |
static javax.xml.registry.ConnectionFactory |
newInstance() |
void |
setAuthenticationMethod(java.lang.String authenticationMethod) |
void |
setLifeCycleManagerURL(java.lang.String lifeCycleManagerURL) |
void |
setMaxRows(java.lang.Integer maxRows) |
void |
setPostalAddressScheme(java.lang.String postalAddressScheme) |
void |
setProperties(java.util.Properties properties)
Update the properties used by this ConnectionFactory to obtain a connection.
|
void |
setQueryManagerURL(java.lang.String queryManagerURL) |
void |
setSemanticEquivalences(java.lang.String semanticEquivalences) |
public ConnectionFactoryImpl()
public javax.xml.registry.Connection createConnection() throws javax.xml.registry.JAXRException
createConnection
in class javax.xml.registry.ConnectionFactory
javax.xml.registry.JAXRException
public javax.xml.registry.FederatedConnection createFederatedConnection(java.util.Collection collection) throws javax.xml.registry.JAXRException
createFederatedConnection
in class javax.xml.registry.ConnectionFactory
javax.xml.registry.JAXRException
public java.util.Properties getProperties()
getProperties
in class javax.xml.registry.ConnectionFactory
public void setProperties(java.util.Properties properties)
setProperties
in class javax.xml.registry.ConnectionFactory
properties
- the new properties for this ConnectionFactorypublic static javax.xml.registry.ConnectionFactory newInstance()
public java.lang.String getAuthenticationMethod()
public void setAuthenticationMethod(java.lang.String authenticationMethod)
public java.lang.String getLifeCycleManagerURL()
public void setLifeCycleManagerURL(java.lang.String lifeCycleManagerURL)
public java.lang.Integer getMaxRows()
public void setMaxRows(java.lang.Integer maxRows)
public java.lang.String getPostalAddressScheme()
public void setPostalAddressScheme(java.lang.String postalAddressScheme)
public java.lang.String getQueryManagerURL()
public void setQueryManagerURL(java.lang.String queryManagerURL)
public java.lang.String getSemanticEquivalences()
public void setSemanticEquivalences(java.lang.String semanticEquivalences)
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.