com.sun.genericra.outbound
Class ManagedJMSConnectionFactory

java.lang.Object
  extended by com.sun.genericra.GenericJMSRAProperties
      extended by com.sun.genericra.outbound.AbstractManagedConnectionFactory
          extended by com.sun.genericra.outbound.ManagedJMSConnectionFactory
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation

public class ManagedJMSConnectionFactory
extends AbstractManagedConnectionFactory

ManagedConnectionFactory implementation for javax.jms.ConnectionFactory.

Author:
Sivakumar Thyagarajan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.genericra.GenericJMSRAProperties
ONE_PER_PHYSICALCONNECTION, PROVIDER_MANAGED
 
Constructor Summary
ManagedJMSConnectionFactory()
           
 
Method Summary
 
Methods inherited from class com.sun.genericra.outbound.AbstractManagedConnectionFactory
createConnectionFactory, createConnectionFactory, createManagedConnection, equals, getClientId, getConnectionFactoryJndiName, getConnectionValidationEnabled, getDestinationMode, getLogWriter, hashCode, isInAppClientContainer, matchManagedConnections, setClientId, setConnectionFactoryJndiName, setConnectionValidationEnabled, setLogWriter
 
Methods inherited from class com.sun.genericra.GenericJMSRAProperties
getCommonSetterMethodName, getConnectionFactoryClassName, getConnectionFactoryProperties, getJndiProperties, getPassword, getProviderIntegrationMode, getQueueClassName, getQueueConnectionFactoryClassName, getResourceAdapter, getRMPolicy, getSupportsXA, getTopicClassName, getTopicConnectionFactoryClassName, getUserName, getXAConnectionFactoryClassName, getXAQueueConnectionFactoryClassName, getXATopicConnectionFactoryClassName, setCommonSetterMethodName, setConnectionFactoryClassName, setConnectionFactoryProperties, setJndiProperties, setPassword, setProviderIntegrationMode, setQueueClassName, setQueueConnectionFactoryClassName, setResourceAdapter, setRMPolicy, setSupportsXA, setTopicClassName, setTopicConnectionFactoryClassName, setUserName, setXAConnectionFactoryClassName, setXAQueueConnectionFactoryClassName, setXATopicConnectionFactoryClassName, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
getResourceAdapter, setResourceAdapter
 

Constructor Detail

ManagedJMSConnectionFactory

public ManagedJMSConnectionFactory()