org.ow2.petals.bc.filetransfer
Class FileTransferConstants

java.lang.Object
  extended by org.ow2.petals.bc.filetransfer.FileTransferConstants

public final class FileTransferConstants
extends java.lang.Object

FileTransferConstants

Author:
alouis, eBM WebSourcing

Field Summary
static java.lang.String BASE_MSG_ATTACH_VAR
          Define the variable used in the base message to insert xop:Include element
static java.lang.String BASE_MSG_CONTENT_VAR
          Define the variable used in the base message to insert xml file content
static java.lang.String CHECK_FILE_OPERATION
           
static int DEFAULT_CONSUME_POOL_SIZE
          Define the maximum number of thread used in the pool for each consume SU
static int DEFAULT_CONSUME_POOL_TIMEOUT
          Define the maximum time to wait before removed idle thread from the pool for each consume SU (ms)
static java.lang.String DEFAULT_FILENAME
          Default filename
static long DEFAULT_POLLING_PERIOD
          Defined the default value for the polling period in ms
static java.lang.String DEL_OPERATION
           
static java.lang.String DIR_OPERATION
           
static java.lang.String ENUM_TRANSFER_MODE_ATTACHMENT
          Define the variable used in the service unit to define the transfer mode
static java.lang.String ENUM_TRANSFER_MODE_CONTENT
          Define the variable used in the service unit to define the transfer mode
static java.lang.String FILETRANSFER_SERVICE_NS
           
static java.lang.String GET_ATTACHMENT_OPERATION
           
static java.lang.String GET_OPERATION
           
static java.lang.String MGET_OPERATION
           
static java.lang.String MPUT_OPERATION
           
static java.lang.String PARAM_BACKUP_DIRECTORY
           
static java.lang.String PARAM_BASE_MSG
           
static java.lang.String PARAM_FILENAME
           
static java.lang.String PARAM_FOLDER
           
static java.lang.String PARAM_POLLING_PERIOD
           
static java.lang.String PARAM_PROCESSOR_POOL_SIZE
           
static java.lang.String PARAM_PROCESSOR_POOL_TIMEOUT
           
static java.lang.String PARAM_TRANSFER_MODE
           
static java.lang.String PUT_OPERATION
           
 
Constructor Summary
FileTransferConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILETRANSFER_SERVICE_NS

public static final java.lang.String FILETRANSFER_SERVICE_NS
See Also:
Constant Field Values

DIR_OPERATION

public static final java.lang.String DIR_OPERATION
See Also:
Constant Field Values

GET_OPERATION

public static final java.lang.String GET_OPERATION
See Also:
Constant Field Values

GET_ATTACHMENT_OPERATION

public static final java.lang.String GET_ATTACHMENT_OPERATION
See Also:
Constant Field Values

MGET_OPERATION

public static final java.lang.String MGET_OPERATION
See Also:
Constant Field Values

PUT_OPERATION

public static final java.lang.String PUT_OPERATION
See Also:
Constant Field Values

MPUT_OPERATION

public static final java.lang.String MPUT_OPERATION
See Also:
Constant Field Values

DEL_OPERATION

public static final java.lang.String DEL_OPERATION
See Also:
Constant Field Values

CHECK_FILE_OPERATION

public static final java.lang.String CHECK_FILE_OPERATION
See Also:
Constant Field Values

PARAM_BACKUP_DIRECTORY

public static final java.lang.String PARAM_BACKUP_DIRECTORY
See Also:
Constant Field Values

PARAM_FOLDER

public static final java.lang.String PARAM_FOLDER
See Also:
Constant Field Values

PARAM_BASE_MSG

public static final java.lang.String PARAM_BASE_MSG
See Also:
Constant Field Values

PARAM_FILENAME

public static final java.lang.String PARAM_FILENAME
See Also:
Constant Field Values

PARAM_POLLING_PERIOD

public static final java.lang.String PARAM_POLLING_PERIOD
See Also:
Constant Field Values

PARAM_TRANSFER_MODE

public static final java.lang.String PARAM_TRANSFER_MODE
See Also:
Constant Field Values

PARAM_PROCESSOR_POOL_SIZE

public static final java.lang.String PARAM_PROCESSOR_POOL_SIZE
See Also:
Constant Field Values

PARAM_PROCESSOR_POOL_TIMEOUT

public static final java.lang.String PARAM_PROCESSOR_POOL_TIMEOUT
See Also:
Constant Field Values

BASE_MSG_ATTACH_VAR

public static final java.lang.String BASE_MSG_ATTACH_VAR
Define the variable used in the base message to insert xop:Include element

See Also:
Constant Field Values

BASE_MSG_CONTENT_VAR

public static final java.lang.String BASE_MSG_CONTENT_VAR
Define the variable used in the base message to insert xml file content

See Also:
Constant Field Values

ENUM_TRANSFER_MODE_ATTACHMENT

public static final java.lang.String ENUM_TRANSFER_MODE_ATTACHMENT
Define the variable used in the service unit to define the transfer mode

See Also:
Constant Field Values

ENUM_TRANSFER_MODE_CONTENT

public static final java.lang.String ENUM_TRANSFER_MODE_CONTENT
Define the variable used in the service unit to define the transfer mode

See Also:
Constant Field Values

DEFAULT_FILENAME

public static final java.lang.String DEFAULT_FILENAME
Default filename

See Also:
Constant Field Values

DEFAULT_CONSUME_POOL_SIZE

public static final int DEFAULT_CONSUME_POOL_SIZE
Define the maximum number of thread used in the pool for each consume SU

See Also:
Constant Field Values

DEFAULT_CONSUME_POOL_TIMEOUT

public static final int DEFAULT_CONSUME_POOL_TIMEOUT
Define the maximum time to wait before removed idle thread from the pool for each consume SU (ms)

See Also:
Constant Field Values

DEFAULT_POLLING_PERIOD

public static final long DEFAULT_POLLING_PERIOD
Defined the default value for the polling period in ms

See Also:
Constant Field Values
Constructor Detail

FileTransferConstants

public FileTransferConstants()


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.