|
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.eways.batchext.FtpETD
public class FtpETD
This class represents the implementation of FTP ETD.
Constructor Summary | |
---|---|
FtpETD()
Constructs a new FTP Otd object. |
|
FtpETD(com.stc.connector.appconn.common.ApplicationConnectionFactory acf,
java.lang.String collabOID,
java.lang.String connName,
java.lang.String etdClassName)
|
Method Summary | |
---|---|
com.stc.connector.appconn.common.ApplicationConnection |
getApplication()
|
FtpFileClient |
getClient()
|
FtpFileConfiguration |
getConfiguration()
|
com.stc.connector.management.util.ObjectReference |
getMonitor()
|
FtpFileProvider |
getProvider()
|
FtpFileETDState |
getState()
Gets a FTP state instance. |
com.stc.eways.common.eway.standalone.statemanager.StateManager |
getStateManager()
Gets a state manager instance. |
void |
initialize(java.util.Properties p)
|
boolean |
isStateChanged()
|
boolean |
reset()
|
void |
setClient(FtpFileClient client)
|
void |
setConfiguration(FtpFileConfiguration cfg)
|
void |
setProvider(FtpFileProvider provider)
|
void |
setStateChanged(boolean newStateChanged)
|
void |
terminate()
Terminates the FTP ETD and closes the external connection if the ETD is NOT in a sub-collaboration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FtpETD()
public FtpETD(com.stc.connector.appconn.common.ApplicationConnectionFactory acf, java.lang.String collabOID, java.lang.String connName, java.lang.String etdClassName)
Method Detail |
---|
public void initialize(java.util.Properties p) throws BatchException, BatchCFGException
BatchException
BatchCFGException
public boolean reset() throws BatchException
BatchException
public void terminate() throws BatchException
BatchException
- If some error occurs.public FtpFileConfiguration getConfiguration()
public void setConfiguration(FtpFileConfiguration cfg)
public FtpFileClient getClient()
public FtpFileProvider getProvider()
public void setClient(FtpFileClient client)
public void setProvider(FtpFileProvider provider)
public com.stc.eways.common.eway.standalone.statemanager.StateManager getStateManager()
public FtpFileETDState getState() throws FtpFileException
FtpFileException
public boolean isStateChanged()
public void setStateChanged(boolean newStateChanged)
public com.stc.connector.management.util.ObjectReference getMonitor()
public com.stc.connector.appconn.common.ApplicationConnection getApplication()
|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |