org.ow2.jonas.ee.scout
Class JConnectionFactory

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

public class JConnectionFactory
extends org.apache.ws.scout.registry.ConnectionFactoryImpl
implements 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
 Reference getReference()
          
 void setReference(Reference ref)
          
 
Methods inherited from class org.apache.ws.scout.registry.ConnectionFactoryImpl
createConnection, createFederatedConnection, getAuthenticationMethod, getLifeCycleManagerURL, getMaxRows, getPostalAddressScheme, getProperties, getQueryManagerURL, getSemanticEquivalences, getTransportClass, newInstance, setAuthenticationMethod, setLifeCycleManagerURL, setMaxRows, setPostalAddressScheme, setProperties, setQueryManagerURL, setSemanticEquivalences, setTransportClass
 
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 Reference getReference()
                       throws NamingException

Specified by:
getReference in interface Referenceable
Throws:
NamingException
See Also:
Referenceable.getReference()

setReference

public void setReference(Reference ref)

See Also:
Referenceable.setReference(javax.naming.Reference)


Copyright © 2010 OW2 Consortium. All Rights Reserved.