Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.hl7.client
Class HL7ManagedConnectionFactory

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.tcpip.model.client.TCPIPManagedConnectionFactory
              extended by com.stc.connector.tcpip.hl7.client.HL7ManagedConnectionFactory
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 HL7ManagedConnectionFactory
extends TCPIPManagedConnectionFactory
implements javax.resource.spi.ManagedConnectionFactory

It implements the interface javax.resource.spi.ManagedConnectionFactory.

Version:
cvs revision: $Revision: 1.6 $ Last Modified: $Date: 2008/04/24 12:54:13 $
Author:
Harry Liu
See Also:
Serialized Form

Field Summary
static java.lang.String version
           
 
Fields inherited from class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
mConfigurationObject, mLog, mProjectInfoObject, msgManager
 
Constructor Summary
HL7ManagedConnectionFactory()
          Constructor
 
Method Summary
protected  javax.resource.spi.ManagedConnection createManagedConnectionInternal(javax.security.auth.Subject aSubject, javax.resource.spi.ConnectionRequestInfo aRequestInfo)
           
 void createMBean(java.lang.String mbeanClassName, java.lang.String mbeanName)
           
 
Methods inherited from class com.stc.connector.tcpip.model.client.TCPIPManagedConnectionFactory
setResourceAdapter
 
Methods inherited from class com.stc.connector.framework.jca.system.STCManagedConnectionFactory
checkIfStarted, createConnectionFactory, createConnectionFactory, createConnectionFactoryInternal, createManagedConnection, 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, 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
 
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
createConnectionFactory, createConnectionFactory, createManagedConnection, equals, getLogWriter, hashCode, matchManagedConnections, setLogWriter
 

Field Detail

version

public static final java.lang.String version
See Also:
Constant Field Values
Constructor Detail

HL7ManagedConnectionFactory

public HL7ManagedConnectionFactory()
                            throws java.lang.Exception
Constructor

Throws:
java.lang.Exception
Method Detail

createMBean

public void createMBean(java.lang.String mbeanClassName,
                        java.lang.String mbeanName)
                 throws com.stc.connector.management.STCCreateMBeanException
Overrides:
createMBean in class TCPIPManagedConnectionFactory
Throws:
com.stc.connector.management.STCCreateMBeanException
See Also:
com.stc.connector.management.STCManagedMaster#createMBean(java.lang.String, java.lang.String)

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 TCPIPManagedConnectionFactory
Throws:
javax.resource.ResourceException
See Also:
STCManagedConnectionFactory.createManagedConnectionInternal(Subject aSubject, ConnectionRequestInfo aRequestInfo)

Sun Adapter for TCP/IP HL7