org.objectweb.jonas.jaxr.scout
Class JConnectionFactory

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

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)
Specified by:
setReference in interface javax.resource.Referenceable
See Also:
Referenceable.setReference(javax.naming.Reference)