|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.xml.registry.ConnectionFactory
org.apache.ws.scout.registry.ConnectionFactoryImpl
Our implmentation of javax.xml.registry.ConnectionFactory. Also exposes the properties as JavaBean properties to ease use with a managed environment such as an application server.
Constructor Summary | |
ConnectionFactoryImpl()
Public no-arg constructor so that this ConnectionFactory can be instantiated by the JAXR ConnectionFactory; |
Method Summary | |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionFactoryImpl()
Method Detail |
public javax.xml.registry.Connection createConnection() throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public javax.xml.registry.FederatedConnection createFederatedConnection(java.util.Collection collection) throws javax.xml.registry.JAXRException
javax.xml.registry.JAXRException
public java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
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)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |