org.apache.synapse.transport.vfs
Class VFSConstants

java.lang.Object
  extended by org.apache.synapse.transport.vfs.VFSConstants

public final class VFSConstants
extends Object


Field Summary
static String APPEND
           
static String DEFAULT_FAILED_RECORDS_FILE_DESTINATION
          The default location to place the record file
static String DEFAULT_FAILED_RECORDS_FILE_NAME
          The default name of the failed file
static int DEFAULT_MAX_RETRY_COUNT
           
static int DEFAULT_NEXT_RETRY_DURATION
           
static long DEFAULT_RECONNECT_TIMEOUT
           
static String DEFAULT_RESPONSE_FILE
           
static String DEFAULT_TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT
           
static String FAILED_RECORD_DELIMITER
           
static String FILE_LENGTH
           
static String FILE_NAME
           
static String FILE_PATH
           
static String LAST_MODIFIED
           
static String MAX_RETRY_COUNT
           
static String RECONNECT_TIMEOUT
           
static String REPLY_FILE_NAME
           
static String REPLY_FILE_URI
           
static String STREAMING
           
static String TRANSPORT_FAILED_RECORD_NEXT_RETRY_DURATION
          Once a record/file is marked as failed we'll try again to move the file after this amount of milliseconds
static String TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT
           
static String TRANSPORT_FAILED_RECORDS_FILE_DESTINATION
          The location to place the property file that contains the failed files
static String TRANSPORT_FAILED_RECORDS_FILE_NAME
          If a rename/move operation failed, we'll keep track of a list in a text file and this will provide the ability to configure that property file name
static String TRANSPORT_FILE_ACTION_AFTER_ERRORS
           
static String TRANSPORT_FILE_ACTION_AFTER_FAILURE
           
static String TRANSPORT_FILE_ACTION_AFTER_PROCESS
           
static String TRANSPORT_FILE_CONTENT_TYPE
           
static String TRANSPORT_FILE_FILE_NAME_PATTERN
           
static String TRANSPORT_FILE_FILE_URI
           
static String TRANSPORT_FILE_LOCKING
           
static String TRANSPORT_FILE_LOCKING_DISABLED
           
static String TRANSPORT_FILE_LOCKING_ENABLED
           
static String TRANSPORT_FILE_MOVE_AFTER_ERRORS
           
static String TRANSPORT_FILE_MOVE_AFTER_FAILED_MOVE
          This specify the folder to which a move failed file should be moved to ( in next successful) attempt
static String TRANSPORT_FILE_MOVE_AFTER_FAILURE
           
static String TRANSPORT_FILE_MOVE_AFTER_PROCESS
           
static String TRANSPORT_FILE_MOVE_TIMESTAMP_FORMAT
           
static String VFS_PREFIX
           
 
Constructor Summary
VFSConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VFS_PREFIX

public static final String VFS_PREFIX
See Also:
Constant Field Values

TRANSPORT_FILE_ACTION_AFTER_PROCESS

public static final String TRANSPORT_FILE_ACTION_AFTER_PROCESS
See Also:
Constant Field Values

TRANSPORT_FILE_ACTION_AFTER_ERRORS

public static final String TRANSPORT_FILE_ACTION_AFTER_ERRORS
See Also:
Constant Field Values

TRANSPORT_FILE_ACTION_AFTER_FAILURE

public static final String TRANSPORT_FILE_ACTION_AFTER_FAILURE
See Also:
Constant Field Values

TRANSPORT_FILE_MOVE_AFTER_PROCESS

public static final String TRANSPORT_FILE_MOVE_AFTER_PROCESS
See Also:
Constant Field Values

TRANSPORT_FILE_MOVE_AFTER_ERRORS

public static final String TRANSPORT_FILE_MOVE_AFTER_ERRORS
See Also:
Constant Field Values

TRANSPORT_FILE_MOVE_AFTER_FAILURE

public static final String TRANSPORT_FILE_MOVE_AFTER_FAILURE
See Also:
Constant Field Values

TRANSPORT_FILE_FILE_URI

public static final String TRANSPORT_FILE_FILE_URI
See Also:
Constant Field Values

TRANSPORT_FILE_FILE_NAME_PATTERN

public static final String TRANSPORT_FILE_FILE_NAME_PATTERN
See Also:
Constant Field Values

TRANSPORT_FILE_CONTENT_TYPE

public static final String TRANSPORT_FILE_CONTENT_TYPE
See Also:
Constant Field Values

TRANSPORT_FILE_LOCKING

public static final String TRANSPORT_FILE_LOCKING
See Also:
Constant Field Values

TRANSPORT_FILE_LOCKING_ENABLED

public static final String TRANSPORT_FILE_LOCKING_ENABLED
See Also:
Constant Field Values

TRANSPORT_FILE_LOCKING_DISABLED

public static final String TRANSPORT_FILE_LOCKING_DISABLED
See Also:
Constant Field Values

REPLY_FILE_URI

public static final String REPLY_FILE_URI
See Also:
Constant Field Values

REPLY_FILE_NAME

public static final String REPLY_FILE_NAME
See Also:
Constant Field Values

TRANSPORT_FILE_MOVE_TIMESTAMP_FORMAT

public static final String TRANSPORT_FILE_MOVE_TIMESTAMP_FORMAT
See Also:
Constant Field Values

DEFAULT_RESPONSE_FILE

public static final String DEFAULT_RESPONSE_FILE
See Also:
Constant Field Values

STREAMING

public static final String STREAMING
See Also:
Constant Field Values

MAX_RETRY_COUNT

public static final String MAX_RETRY_COUNT
See Also:
Constant Field Values

RECONNECT_TIMEOUT

public static final String RECONNECT_TIMEOUT
See Also:
Constant Field Values

APPEND

public static final String APPEND
See Also:
Constant Field Values

DEFAULT_MAX_RETRY_COUNT

public static final int DEFAULT_MAX_RETRY_COUNT
See Also:
Constant Field Values

DEFAULT_RECONNECT_TIMEOUT

public static final long DEFAULT_RECONNECT_TIMEOUT
See Also:
Constant Field Values

FILE_PATH

public static final String FILE_PATH
See Also:
Constant Field Values

FILE_NAME

public static final String FILE_NAME
See Also:
Constant Field Values

FILE_LENGTH

public static final String FILE_LENGTH
See Also:
Constant Field Values

LAST_MODIFIED

public static final String LAST_MODIFIED
See Also:
Constant Field Values

TRANSPORT_FAILED_RECORDS_FILE_NAME

public static final String TRANSPORT_FAILED_RECORDS_FILE_NAME
If a rename/move operation failed, we'll keep track of a list in a text file and this will provide the ability to configure that property file name

See Also:
Constant Field Values

DEFAULT_FAILED_RECORDS_FILE_NAME

public static final String DEFAULT_FAILED_RECORDS_FILE_NAME
The default name of the failed file

See Also:
Constant Field Values

TRANSPORT_FAILED_RECORDS_FILE_DESTINATION

public static final String TRANSPORT_FAILED_RECORDS_FILE_DESTINATION
The location to place the property file that contains the failed files

See Also:
Constant Field Values

DEFAULT_FAILED_RECORDS_FILE_DESTINATION

public static final String DEFAULT_FAILED_RECORDS_FILE_DESTINATION
The default location to place the record file

See Also:
Constant Field Values

TRANSPORT_FAILED_RECORD_NEXT_RETRY_DURATION

public static final String TRANSPORT_FAILED_RECORD_NEXT_RETRY_DURATION
Once a record/file is marked as failed we'll try again to move the file after this amount of milliseconds

See Also:
Constant Field Values

DEFAULT_NEXT_RETRY_DURATION

public static final int DEFAULT_NEXT_RETRY_DURATION
See Also:
Constant Field Values

TRANSPORT_FILE_MOVE_AFTER_FAILED_MOVE

public static final String TRANSPORT_FILE_MOVE_AFTER_FAILED_MOVE
This specify the folder to which a move failed file should be moved to ( in next successful) attempt

See Also:
Constant Field Values

TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT

public static final String TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT
See Also:
Constant Field Values

DEFAULT_TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT

public static final String DEFAULT_TRANSPORT_FAILED_RECORD_TIMESTAMP_FORMAT
See Also:
Constant Field Values

FAILED_RECORD_DELIMITER

public static final String FAILED_RECORD_DELIMITER
See Also:
Constant Field Values
Constructor Detail

VFSConstants

public VFSConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.