org.objectweb.jonas.jaxr.scout
Class JConnectionFactory

java.lang.Object
  extended by javax.xml.registry.ConnectionFactory
      extended by org.apache.ws.scout.registry.ConnectionFactoryImpl
          extended by org.objectweb.jonas.jaxr.scout.JConnectionFactory
All Implemented Interfaces:
java.io.Serializable, javax.naming.Referenceable

public class JConnectionFactory
extends org.apache.ws.scout.registry.ConnectionFactoryImpl
implements javax.resource.Referenceable

JConnectionFactory is an extension of Scout ConnectionFactoryImpl. It's used to store the Naming Reference used by the resource service to recreate the ConnectionFactory instance.

Author:
Guillaume Sauthier
See Also:
Serialized Form

Constructor Summary
JConnectionFactory()
           
 
Method Summary
 javax.naming.Reference getReference()
           
 void setReference(javax.naming.Reference ref)
           
 
Methods inherited from class org.apache.ws.scout.registry.ConnectionFactoryImpl
createConnection, createFederatedConnection, getAuthenticationMethod, getLifeCycleManagerURL, getMaxRows, getPostalAddressScheme, getProperties, getQueryManagerURL, getSemanticEquivalences, newInstance, setAuthenticationMethod, setLifeCycleManagerURL, setMaxRows, setPostalAddressScheme, setProperties, setQueryManagerURL, setSemanticEquivalences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JConnectionFactory

public JConnectionFactory()
Method Detail

getReference

public javax.naming.Reference getReference()
                                    throws javax.naming.NamingException
Specified by:
getReference in interface javax.naming.Referenceable
Throws:
javax.naming.NamingException
See Also:
Referenceable.getReference()

setReference

public void setReference(javax.naming.Reference ref)
See Also:
Referenceable.setReference(javax.naming.Reference)