A C D E F G H I L M O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- activeFileTransferConnectionTemplate - Variable in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Currently active connection template
- activeFileTransferConnectionTemplate - Variable in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
Currently active connection template
- addListener(TransactionCommitFailureListener) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
- addListenersToConnection(BaseFileTransferConnection) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Helper method to add the listeners to the connection.
- alternateFileTransferConnectionTemplate - Variable in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Alternate template to be used in cases of failure
- alternateFileTransferConnectionTemplate - Variable in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
Alternate template to be used in cases of failure
C
- cd(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- cd(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- cleanupJournalOnComplete() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Getter for cleanupJournalOnComplete
- cleanupJournalOnComplete() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
- close() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
Clients call this to indicate that they have finished with a connection.
- closeConnection(Connection) - Static method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Closes the connection, suppressing any exceptions
- closeSession() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Close the FileTransferProtocolClient session
- commitFailureOccurred(TransactionCommitEvent) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- commitFailureOccurred(TransactionCommitEvent) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- configuration - Variable in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Configuration
- configuration - Variable in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
Configuration - default to vanilla instance
- configuredResourceId - Variable in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
configured resource id
- connect() - Method in interface org.ikasan.connector.ftp.net.FileTransferProtocol
- connect() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Connect to the FTP server
- connect() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Connect to the FTP server
D
- deleteRemoteDirectory(String, boolean) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- deleteRemoteDirectory(String, boolean) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- deleteRemoteFile(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- deleteRemoteFile(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- deliverInputStream(InputStream, String, String, boolean, String, boolean, boolean, boolean, String) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Delivering an InputStream
- deliverPayload(Payload, String, Map<String, String>, boolean, String, boolean, boolean, boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
Delivers the content of this
Payloadusing a File Transfer client for chunking use only - deliverPayload(Payload, String, Map<String, String>, boolean, String, boolean, boolean, boolean) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Test Delivering a payload
- disconnect() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Disconnect
- disconnect() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Disconnect
E
- echoConfig() - Method in interface org.ikasan.connector.ftp.net.FileTransferProtocol
- echoConfig() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Method used to log the configuration information used to initialise the client.
- echoConfig() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Method used to log the configuration information used to initialise the client.
- ensureConnection() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- ensureConnection() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- equals(Object) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- execute(ConnectionCallback) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Execute the action specified by the given action object with a Connection.
- executeCommand(TransactionalResourceCommand, ExecutionContext) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
Executes a command with a given ExecutionContext
F
- FileBasedPasswordHelper - Class in org.ikasan.endpoint.ftp.util
- FileBasedPasswordHelper() - Constructor for class org.ikasan.endpoint.ftp.util.FileBasedPasswordHelper
- fileTransferConnectionTemplate - Variable in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
A connection template
- fileTransferConnectionTemplate - Variable in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
A connection template
- FileTransferConnectionTemplate - Class in org.ikasan.endpoint.ftp
-
Test the FileTRansferConnectionTempalte class
- FileTransferConnectionTemplate(ConnectionSpec, TransactionalResourceCommandDAO, FileChunkDao, BaseFileTransferDao, JtaTransactionManager) - Constructor for class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Constructor
- FileTransferConnectionTemplate(ConnectionSpec, TransactionalResourceCommandDAO, FileChunkDao, BaseFileTransferDao, JtaTransactionManager, Cache<String, Boolean>) - Constructor for class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Constructor
- FileTransferProtocol - Interface in org.ikasan.connector.ftp.net
- FileTransferProtocolClient - Class in org.ikasan.connector.ftp.net
-
This class provides the basic functionality of an FTP client based on Apache's commons-net library.
- FileTransferProtocolClient(boolean, String, String, Integer, String, Integer, String, String, Integer, Integer, Integer) - Constructor for class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Constructor
- FileTransferProtocolSSLClient - Class in org.ikasan.connector.ftp.net
-
This class provides the basic functionality of an FTP SSL client based on Apache's commons-net library.
- FileTransferProtocolSSLClient(boolean, String, String, Integer, String, Integer, String, String, Integer, Integer, Integer, boolean, Integer, String, boolean, String, String) - Constructor for class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Constructor
- forget(Xid) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Deal with forgetting this unit of work as a txn, in this case do nothing
- FTPConnectionImpl - Class in org.ikasan.connector.ftp.outbound
-
This class implements the virtual connection to the FTP server.
An instance of this class is returned to the clients via the getConnection() method called on
FTPConnectionFactory by the Application Server. - FTPConnectionImpl(FTPManagedConnection, FileChunkDao, BaseFileTransferDao) - Constructor for class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
Constructor which takes ManagedConnection as a parameter
- FTPConnectionImpl(FTPManagedConnection, FileChunkDao, BaseFileTransferDao, Cache<String, Boolean>) - Constructor for class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
Constructor which takes ManagedConnection as a parameter
- FTPConnectionRequestInfo - Class in org.ikasan.connector.ftp.outbound
-
FTPConnectionRequestInfo provides FTP EIS specific connection properties.
- FTPConnectionRequestInfo() - Constructor for class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- FTPConnectionSpec - Class in org.ikasan.connector.ftp.outbound
-
This is an class representing the connection specific application properties passed to the getConnection method.
- FTPConnectionSpec() - Constructor for class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Default Constructor.
- FtpConsumerAlternateConfiguration - Class in org.ikasan.endpoint.ftp.consumer
-
FTP Consumer Configuration window providing alternate connection details to be used in case primary connection fails
- FtpConsumerAlternateConfiguration() - Constructor for class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- FtpConsumerConfiguration - Class in org.ikasan.endpoint.ftp.consumer
-
FTP Consumer Configuration window.
- FtpConsumerConfiguration() - Constructor for class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- FTPManagedConnection - Class in org.ikasan.connector.ftp.outbound
-
This EJB implements the ManagedConnection for the FTP resource adapter.
- FTPManagedConnection(FTPConnectionRequestInfo) - Constructor for class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Constructor, sets the managed connection factory and the hibernate filter table client ID sits on EISManagedConnection
- FtpMessageProvider - Class in org.ikasan.endpoint.ftp.consumer
-
Default implementation on MessageProvider using JobExecutionContext as a message type.
- FtpMessageProvider(JtaTransactionManager, BaseFileTransferDao, FileChunkDao, TransactionalResourceCommandDAO, FileBasedPasswordHelper) - Constructor for class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Constructor
- FtpMessageProvider(JtaTransactionManager, BaseFileTransferDao, FileChunkDao, TransactionalResourceCommandDAO, FileBasedPasswordHelper, Cache<String, Boolean>) - Constructor for class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Constructor
- FtpProducer - Class in org.ikasan.endpoint.ftp.producer
-
FTP Implementation of a producer based on the JCA specification.
- FtpProducer(JtaTransactionManager, BaseFileTransferDao, FileChunkDao, TransactionalResourceCommandDAO, FileBasedPasswordHelper) - Constructor for class org.ikasan.endpoint.ftp.producer.FtpProducer
- FtpProducerAlternateConfiguration - Class in org.ikasan.endpoint.ftp.producer
-
FTP Producer Configuration window providing alternate connection details to be used in case primary connection fails
- FtpProducerAlternateConfiguration() - Constructor for class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- FtpProducerConfiguration - Class in org.ikasan.endpoint.ftp.producer
-
FTP Producer Configuration window.
- FtpProducerConfiguration() - Constructor for class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- FtpResourceNotStartedException - Exception in org.ikasan.endpoint.ftp
-
Exception thrown when SFTP connector have not started correctly.
- FtpResourceNotStartedException(String) - Constructor for exception org.ikasan.endpoint.ftp.FtpResourceNotStartedException
G
- get(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- get(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- get(String, OutputStream) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
OutputStream is closed by the caller
- get(String, OutputStream) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
OutputStream is closed by the caller
- get(String, OutputStream, int, long) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- get(String, OutputStream, int, long) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- get(ClientListEntry) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- get(ClientListEntry) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- getActive() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get active
- getActive() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Getter for active
- getActive() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getActive() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getAgeOfFiles() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getAlternateActive() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateActive() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateConnectionTimeout() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateConnectionTimeout() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateDataTimeout() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateDataTimeout() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateMaxRetryAttempts() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateMaxRetryAttempts() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternatePassword() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternatePassword() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateRemoteHost() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateRemoteHost() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateRemotePort() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateRemotePort() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateSocketTimeout() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateSocketTimeout() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateSystemKey() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateSystemKey() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAlternateUsername() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- getAlternateUsername() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- getAsInputStream(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- getAsInputStream(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- getChecksum() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getChecksumDelivered() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getChronological() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getChunking() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getChunkSize() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getCleanupJournalOnComplete() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Getter for cleanupJournalOnComplete
- getCleanupJournalOnComplete() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getCleanupJournalOnComplete() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getClientID() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
- getClientID() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getClientID() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getConfiguration() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- getConfiguration() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- getConfiguredResourceId() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- getConnection(FileChunkDao, BaseFileTransferDao, int) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Create a virtual connection (a BaseFileTransferConnection object) and add it to the list of managed instances before returning it to the client.
- getConnection(FileChunkDao, BaseFileTransferDao, Cache<String, Boolean>) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Create a virtual connection (a BaseFileTransferConnection object) and add it to the list of managed instances before returning it to the client.
- getConnectionSpec() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Utility method to aid testing of this class
- getConnectionSpec() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
Utility method to aid testing of this class
- getConnectionTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the connection timeout
- getConnectionTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get connection timeout
- getConnectionTimeout() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getConnectionTimeout() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getContentAsStream(ClientListEntry) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- getContentAsStream(ClientListEntry) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- getCreateParentDirectory() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getDataTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the data timeout
- getDataTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get data connection timeout
- getDataTimeout() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getDataTimeout() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getDestructive() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getDiscoveredFile(String, String, boolean, String, boolean, String, boolean, int, boolean, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
- getDiscoveredFile(String, String, boolean, String, boolean, String, boolean, int, boolean, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Test the getDiscoveredFile
- getFilenamePattern() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFilterDuplicates() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFilterOnFilename() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFilterOnLastModifiedDate() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFTPS() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- getFTPS() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- getFTPS() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFTPS() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getFtpsIsImplicit() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- getFtpsIsImplicit() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- getFtpsIsImplicit() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFtpsIsImplicit() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getFtpsKeyStoreFilePassword() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- getFtpsKeyStoreFilePassword() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- getFtpsKeyStoreFilePassword() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFtpsKeyStoreFilePassword() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getFtpsKeyStoreFilePath() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- getFtpsKeyStoreFilePath() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- getFtpsKeyStoreFilePath() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFtpsKeyStoreFilePath() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getFtpsPort() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- getFtpsPort() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- getFtpsPort() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFtpsPort() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getFtpsProtocol() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- getFtpsProtocol() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- getFtpsProtocol() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getFtpsProtocol() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getIsRecursive() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getManagedConnection() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
getManagedConnection is called by the FTPManagedConnection when the application server wants to re-associate a virtual connection with a new manager.
- getMaxRetryAttempts() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the max retry attempts
- getMaxRetryAttempts() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get the max retry attempts
- getMaxRetryAttempts() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getMaxRetryAttempts() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getMaxRows() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getMinAge() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getMoveOnSuccess() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getMoveOnSuccessNewPath() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getOutputDirectory() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getOverwrite() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getPassword() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the password
- getPassword() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get the password
- getPassword() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getPassword() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getPasswordFilePath() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getPasswordFilePath() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getPasswordFromFile(String) - Method in class org.ikasan.endpoint.ftp.util.FileBasedPasswordHelper
- getPollTime() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the poll rate
- getPollTime() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Getter for pollTime
- getProvideRelativePath() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getRemoteHost() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getRemoteHost() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getRemoteHostname() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the host name
- getRemoteHostname() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get the host
- getRemotePort() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the port
- getRemotePort() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Gets remote port number.
- getRemotePort() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getRemotePort() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getRenameExtension() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getRenameOnSuccess() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getRenameOnSuccessExtension() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getSocketTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the connection timeout
- getSocketTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get socket connection timeout
- getSocketTimeout() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getSocketTimeout() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getSourceDirectories() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Return a list of src directories to be polled.
- getSourceDirectory() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getSourceDirectoryURLFactory() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getSystemKey() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the systemKey
- getSystemKey() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Getter for systemKey
- getSystemKey() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getSystemKey() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getTempFileName() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getTransactionalResource() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
- getTransactionJournal(TransactionalResourceCommandDAO, FileChunkDao) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Lazily instantiates the TransactionJournal
- getTransactionTimeout() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Return the Transaction timeout, always set to 0
- getUnzip() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getUsername() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Get the username
- getUsername() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Get the username
- getUsername() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- getUsername() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- getXAResource() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Get the XA resource for this managed connection, in this case, itself.
H
- hashCode() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- housekeep() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Apply any configured housekeeping on this connection template.
- housekeep(int, int) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
TODO Non trivial change but this too can go up one level to BaseFileTransferConnectionImpl
- housekeep(int, int) - Method in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
-
Housekeep the FileFilter table
I
- invoke(Payload) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- invoke(JobExecutionContext) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- isConnected() - Method in interface org.ikasan.connector.ftp.net.FileTransferProtocol
- isConnected() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Method that tests if the underlying library is valid and connected.
- isConnected() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Method that tests if the underlying library is valid and connected.
- isCriticalOnStartup - Variable in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
determines whether this managed resource failure will fail the startup of the flow
- isCriticalOnStartup() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- isCriticalOnStartup() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- isFTPS() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- isFTPS() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- isSameRM(XAResource) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Return whether or not this resource manager is the same, always return false
L
- listeners - Variable in class org.ikasan.endpoint.ftp.FileTransferConnectionTemplate
- logger - Static variable in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
The logger instance.
- login() - Method in interface org.ikasan.connector.ftp.net.FileTransferProtocol
- login() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
login to the FTP server
- login() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
login to the FTP server
- ls(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Method used to get a list of all files and directories in the target path including the "." and ".." directories.
- ls(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Method used to get a list of all files and directories in the target path including the "." and ".." directories.
M
- managedConnection - Variable in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
The managed connection, overrides the definition in the EISConnectionImpl so that we don't have to cast back all of the time
- mkdir(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
Utility method for
mkdir(String newDirPath, boolean force)that defaults theforceparameter totrue. - mkdir(String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
Utility method for
mkdir(String newDirPath, boolean force)that defaults theforceparameter totrue.
O
- openSession() - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
openSession initiates the physical connection to the server and logs us in.
- org.ikasan.connector.ftp.net - package org.ikasan.connector.ftp.net
- org.ikasan.connector.ftp.outbound - package org.ikasan.connector.ftp.outbound
- org.ikasan.endpoint.ftp - package org.ikasan.endpoint.ftp
- org.ikasan.endpoint.ftp.consumer - package org.ikasan.endpoint.ftp.consumer
- org.ikasan.endpoint.ftp.producer - package org.ikasan.endpoint.ftp.producer
- org.ikasan.endpoint.ftp.util - package org.ikasan.endpoint.ftp.util
P
- postCommit(Xid) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Hook method to allow any connector specific post commit functionality
- postRollback(Xid) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Hook method to allow any connector specific post rollback functionality
- put(String, byte[]) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- put(String, byte[]) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
- putWithOutputStream(String, InputStream) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
FTP Put using an output stream form an input stream.
- putWithOutputStream(String, InputStream) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
FTP Put using an output stream form an input stream.
- pwd() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- pwd() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
R
- rename(String, String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
- rename(String, String) - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
S
- setActive(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set active
- setActive(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set active
- setActive(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setActive(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setAgeOfFiles(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setAlternateActive(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateActive(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateConnectionTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateConnectionTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateDataTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateDataTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateFileTransferConnectionTemplate(FileTransferConnectionTemplate) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- setAlternateMaxRetryAttempts(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateMaxRetryAttempts(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternatePassword(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternatePassword(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateRemoteHost(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateRemoteHost(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateRemotePort(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateRemotePort(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateSocketTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateSocketTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateSystemKey(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateSystemKey(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setAlternateUsername(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
- setAlternateUsername(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- setChecksum(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setChecksumDelivered(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setChronological(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setChunking(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setChunkSize(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setCleanupJournalOnComplete(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Setter for cleanupJournalOnComplete
- setCleanupJournalOnComplete(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Setter for cleanupJournalOnComplete
- setCleanupJournalOnComplete(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setCleanupJournalOnComplete(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setClientID(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setClientID(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setConfiguration(FtpConsumerConfiguration) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- setConfiguration(FtpProducerConfiguration) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- setConfiguredResourceId(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- setConnectionTimeout(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the connection timeout
- setConnectionTimeout(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set connection timeout
- setConnectionTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setConnectionTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setCreateParentDirectory(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setCriticalOnStartup(boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- setCriticalOnStartup(boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- setDataTimeout(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the data timeout
- setDataTimeout(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set data timeout
- setDataTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setDataTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setDestructive(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setDirectoryURLFactory(DirectoryURLFactory) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- setFilenamePattern(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFilterDuplicates(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFilterOnFilename(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFilterOnLastModifiedDate(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFTPS(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- setFTPS(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- setFTPS(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFTPS(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setFtpsIsImplicit(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- setFtpsIsImplicit(Boolean) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- setFtpsIsImplicit(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFtpsIsImplicit(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setFtpsKeyStoreFilePassword(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- setFtpsKeyStoreFilePassword(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- setFtpsKeyStoreFilePassword(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFtpsKeyStoreFilePassword(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setFtpsKeyStoreFilePath(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- setFtpsKeyStoreFilePath(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- setFtpsKeyStoreFilePath(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFtpsKeyStoreFilePath(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setFtpsPort(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- setFtpsPort(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- setFtpsPort(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFtpsPort(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setFtpsProtocol(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
- setFtpsProtocol(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
- setFtpsProtocol(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setFtpsProtocol(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setIsRecursive(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setManagedConnection(TransactionalCommandConnection) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionImpl
-
setManagedConnection is called by the FTPManagedConnection when the application server wants to re-associate a virtual connection with a new manager.
- setManagedResourceRecoveryManager(ManagedResourceRecoveryManager) - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- setManagedResourceRecoveryManager(ManagedResourceRecoveryManager) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- setMaxRetryAttempts(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the max retry attempts
- setMaxRetryAttempts(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set the max retry attempts
- setMaxRetryAttempts(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setMaxRetryAttempts(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setMaxRows(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setMinAge(Long) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setMoveOnSuccess(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setMoveOnSuccessNewPath(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setOutputDirectory(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setOverwrite(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setPassword(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the password
- setPassword(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set the password
- setPassword(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setPassword(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setPasswordFilePath(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setPasswordFilePath(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setPollTime(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the poll rate
- setPollTime(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Setter for pollTime
- setProvideRelativePath(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setRemoteHost(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setRemoteHost(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setRemoteHostname(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the host name
- setRemoteHostname(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set the host
- setRemotePort(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the port
- setRemotePort(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Sets the value of
remotePort. - setRemotePort(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setRemotePort(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setRenameExtension(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setRenameOnSuccess(Boolean) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setRenameOnSuccessExtension(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setSocketTimeout(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the socket timeout
- setSocketTimeout(Integer) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set socket timeout
- setSocketTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setSocketTimeout(Integer) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setSourceDirectory(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setSourceDirectoryURLFactory(DirectoryURLFactory) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setSystemKey(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the systemKey
- setSystemKey(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Setter for systemKey
- setSystemKey(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setSystemKey(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setTempFileName(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setTransactionTimeout(int) - Method in class org.ikasan.connector.ftp.outbound.FTPManagedConnection
-
Set the txn timeout, always return false
- setUnzip(Boolean) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- setUsername(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
Set the username
- setUsername(String) - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
Set the username
- setUsername(String) - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
- setUsername(String) - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
- startManagedResource() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- startManagedResource() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- stopManagedResource() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
- stopManagedResource() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
- switchActiveConnection() - Method in class org.ikasan.endpoint.ftp.consumer.FtpMessageProvider
-
Switch the active connection to the other connection template.
- switchActiveConnection() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducer
-
Switch the active connection to the other connection template.
T
- toString() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionRequestInfo
-
String representation of the ConnectionRequestInfo
- toString() - Method in class org.ikasan.connector.ftp.outbound.FTPConnectionSpec
-
String representation of the ConnectionSpec
V
- validate() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerAlternateConfiguration
-
Validate configured properties.
- validate() - Method in class org.ikasan.endpoint.ftp.consumer.FtpConsumerConfiguration
-
Validate configured properties.
- validate() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerAlternateConfiguration
- validate() - Method in class org.ikasan.endpoint.ftp.producer.FtpProducerConfiguration
-
Validating configuration parameters
- validateConstructorArgs() - Method in interface org.ikasan.connector.ftp.net.FileTransferProtocol
- validateConstructorArgs() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolClient
-
All constructor arguments are essential, so use this method to validate them before attempting connection
- validateConstructorArgs() - Method in class org.ikasan.connector.ftp.net.FileTransferProtocolSSLClient
-
All constructor arguments are essential, so use this method to validate them before attempting connection
All Classes All Packages