Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.appconn.ftp
Class BatchFTPApplicationConnectionFactoryImpl

java.lang.Object
  extended by com.stc.connector.framework.util.JndiJCAObject
      extended by com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
          extended by com.stc.connector.batchadapter.appconn.ftp.BatchFTPApplicationConnectionFactoryImpl
All Implemented Interfaces:
com.stc.connector.appconn.common.ApplicationConnectionFactory, BatchFTPApplicationConnectionFactory, java.io.Serializable, javax.naming.Referenceable

public class BatchFTPApplicationConnectionFactoryImpl
extends com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
implements BatchFTPApplicationConnectionFactory

Author:
jfu a marker interface to distinguish FTP application connection from other Batch application connections
See Also:
Serialized Form

Constructor Summary
BatchFTPApplicationConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf)
           
BatchFTPApplicationConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager cm)
           
 
Method Summary
 
Methods inherited from class com.stc.connector.framework.client.appconn.STCApplicationConnectionFactory
getConnection, getConnection, getManagedConnectionFactory
 
Methods inherited from class com.stc.connector.framework.util.JndiJCAObject
getReference, getVersion, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stc.connector.appconn.common.ApplicationConnectionFactory
getConnection, getConnection
 
Methods inherited from interface javax.naming.Referenceable
getReference
 

Constructor Detail

BatchFTPApplicationConnectionFactoryImpl

public BatchFTPApplicationConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf)
                                         throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

BatchFTPApplicationConnectionFactoryImpl

public BatchFTPApplicationConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf,
                                                javax.resource.spi.ConnectionManager cm)
                                         throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

Sun Adapter for Batch/FTP