|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.batchadapter.appconn.ftp.BatchFTPApplicationConnection
public class BatchFTPApplicationConnection
This class implements the ApplicationConnection interface for the ETD application connection.
| Constructor Summary | |
|---|---|
BatchFTPApplicationConnection(com.stc.connector.framework.eway.ManagedConnectionCallback mc)
Creates a new instance of HttpApplicationConnection. |
|
| Method Summary | |
|---|---|
void |
close()
Closes the application connection handle. |
java.lang.Object |
createApplication(java.lang.String appName)
Creates an Application from the Application Connection. |
com.stc.connector.appconn.common.OutputHandler |
createOutputHandler()
Creates an OutputHandler for "sending" data to the EIS. |
void |
invalidateConnection()
This is called by the ManagedConnection to invalidate the connection handle. |
protected boolean |
isClosed()
Check whether the Connection instance was already closed (if close was previously called). |
void |
reassociateConnection(com.stc.connector.framework.eway.ManagedConnectionCallback mc)
This is called by the ManagedConnection to associate the connection handle to the ManagedConnection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchFTPApplicationConnection(com.stc.connector.framework.eway.ManagedConnectionCallback mc)
mc - The ManagedConnection which created this connection.| Method Detail |
|---|
public void close()
throws com.stc.connector.appconn.common.ApplicationConnectionException
close in interface com.stc.connector.appconn.common.ApplicationConnectioncom.stc.connector.appconn.common.ApplicationConnectionException - upon error.protected boolean isClosed()
public java.lang.Object createApplication(java.lang.String appName)
throws com.stc.connector.appconn.common.ApplicationException
createApplication in interface com.stc.connector.appconn.common.ApplicationConnectionappName - The name of the application to create.
com.stc.connector.appconn.common.ApplicationException - upon error.
public com.stc.connector.appconn.common.OutputHandler createOutputHandler()
throws com.stc.connector.appconn.common.ApplicationException
createOutputHandler in interface com.stc.connector.appconn.common.ApplicationConnectioncom.stc.connector.appconn.common.ApplicationException - upon error.
public void invalidateConnection()
throws javax.resource.ResourceException
invalidateConnection in interface com.stc.connector.framework.client.AssociateableHandlejavax.resource.ResourceException - upon error.
public void reassociateConnection(com.stc.connector.framework.eway.ManagedConnectionCallback mc)
throws javax.resource.ResourceException
reassociateConnection in interface com.stc.connector.framework.client.AssociateableHandlemc - The ManagedConnection instance with which the connection
handle will associate.
javax.resource.ResourceException - upon error.
|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||