Sun Adapter for MSMQ API

com.stc.connector.msmqadapter.ewayconn
Class MSMQManagedConnectionFactory

java.lang.Object
  extended by com.stc.connector.framework.util.JndiJCAObject
      extended by com.stc.connector.framework.jca.system.STCManagedConnectionFactory
          extended by com.stc.connector.msmqadapter.ewayconn.MSMQManagedConnectionFactory
All Implemented Interfaces:
com.stc.connector.management.jca.system.mbeans.LifeCycle, com.stc.connector.management.STCManagedMaster, java.io.Serializable, javax.naming.Referenceable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, javax.resource.spi.ValidatingManagedConnectionFactory

public class MSMQManagedConnectionFactory
extends com.stc.connector.framework.jca.system.STCManagedConnectionFactory

Version:
Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
mConfigurationObject, mLog, mProjectInfoObject, msgManager
 
Constructor Summary
MSMQManagedConnectionFactory()
           
 
Method Summary
protected  javax.resource.spi.ManagedConnection createManagedConnectionInternal(javax.security.auth.Subject aSubject, javax.resource.spi.ConnectionRequestInfo aRequestInfo)
           
 
Methods inherited from class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
checkIfStarted, createConnectionFactory, createConnectionFactory, createConnectionFactoryInternal, createManagedConnection, createMBean, equals, getApplicationConnectionFactoryClass, getConfiguration, getConfigurationInstance, getConfigurationModel, getConfigurationTemplate, getEwayConnectionClass, getEwayManagedConnectionMBeanClass, getEwayMCFDescription, getEwayMCFMBeanClass, getEwayMCFMBeanName, getEwayMCFName, getInvalidConnections, getLogWriter, getMonitor, getMonitorData, getProcessConfigurationParameters, getProjectInfo, getResourceAdapter, hashCode, isStarted, matchManagedConnections, origSetConfiguration, origSetConfiguration, setApplicationConnectionFactoryClass, setConfiguration, setConfigurationInstance, setConfigurationTemplate, setEwayConnectionClass, setEwayManagedConnectionMBeanClass, setEwayMCFDescription, setEwayMCFMBeanClass, setEwayMCFMBeanName, setEwayMCFName, setLogWriter, setMonitorDataClass, setProcessConfigurationParameters, setProjectInfo, setResourceAdapter, start, stop
 
Methods inherited from class com.stc.connector.framework.util.JndiJCAObject
getReference, getVersion, setReference
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSMQManagedConnectionFactory

public MSMQManagedConnectionFactory()
Method Detail

createManagedConnectionInternal

protected javax.resource.spi.ManagedConnection createManagedConnectionInternal(javax.security.auth.Subject aSubject,
                                                                               javax.resource.spi.ConnectionRequestInfo aRequestInfo)
                                                                        throws javax.resource.ResourceException
Overrides:
createManagedConnectionInternal in class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
Throws:
javax.resource.ResourceException

Sun Adapter for MSMQ API