Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.model.client
Class TCPIPManagedConnection

java.lang.Object
  extended by com.stc.connector.framework.jca.system.STCManagedConnection
      extended by com.stc.connector.tcpip.model.client.TCPIPManagedConnection
All Implemented Interfaces:
com.stc.connector.framework.eway.ManagedConnectionCallback, java.io.Serializable, javax.resource.spi.ManagedConnection
Direct Known Subclasses:
HL7ManagedConnection

public class TCPIPManagedConnection
extends com.stc.connector.framework.jca.system.STCManagedConnection

Class extendes the STCManagedConnection class.getting eWays sepecific managedConnection.

Author:
Raghunadh Teegavarapu
See Also:
Serialized Form

Constructor Summary
TCPIPManagedConnection(com.stc.connector.framework.jca.system.STCManagedConnectionFactory mcf, javax.security.auth.Subject aSubject, com.stc.connector.framework.util.ConfigurationHelper aConfigurationHelper)
          Constructor
 
Method Summary
 
Methods inherited from class com.stc.connector.framework.jca.system.STCManagedConnection
addConnectionEventListener, addConnectionHandle, associateConnection, cleanup, createMBean, destroy, getConnection, getConnectionHandleCount, getEwayConnection, getLocalTransaction, getLogWriter, getManagedConnection, getManagedConnectionFactory, getMetaData, getXAResource, isValidConnection, matchConnection, notifyConnectionEvent, postDestroy, preDestroy, removeConnectionEventListener, removeConnectionHandle, setLogWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPIPManagedConnection

public TCPIPManagedConnection(com.stc.connector.framework.jca.system.STCManagedConnectionFactory mcf,
                              javax.security.auth.Subject aSubject,
                              com.stc.connector.framework.util.ConfigurationHelper aConfigurationHelper)
                       throws javax.resource.ResourceException
Constructor

Throws:
javax.resource.ResourceException

Sun Adapter for TCP/IP HL7