com.sun.genericra.outbound
Class ManagedQueueConnectionFactory

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

public class ManagedQueueConnectionFactory
extends AbstractManagedConnectionFactory

MCF for javax.jms.QueueConnectionFactory

Author:
Sivakumar Thyagarajan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.genericra.GenericJMSRAProperties
ONE_PER_PHYSICALCONNECTION, PROVIDER_MANAGED
 
Constructor Summary
ManagedQueueConnectionFactory()
           
 
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

ManagedQueueConnectionFactory

public ManagedQueueConnectionFactory()