org.globus.transfer.reliable.service
Class RFTConstants

java.lang.Object
  extended byorg.globus.transfer.reliable.service.RFTConstants

public class RFTConstants
extends Object

Constants for reuse


Field Summary
static QName ACTIVE_RESOURCE_COUNT_FACTORY
          QName for number of active resources
static String CLIENT_DESC
          Path to client-security-config.xml on the disk
static QName DELEGATION_ENDPOINT_FACTORY
          Factory RP QName of DELEGATION_ENDPOINT
static String DS_LOOK_UP
          Jndi look up for database look up TODO: make this configurable
static String FACTORY_NAME
          FACTORY_NAME
static String maxAttempts
          Maximum number of retries
static int maxAttemptsValue
          value maxAttemptsValue
static QName OVERALL_STATUS_RESOURCE
          QName for OverallStatus Resource Property For the resource
static QName REQUEST_STATUS_RESOURCE
          QName for request status Resource Property For the resource
static QName RFT_FACTORY_START_TIME
          Factory RP RFT_FACTORY_START_TIME
static QName RFT_KEY_QNAME
          QName for RFT resource key
static QName RFT_RP_SET
          QName for RFT Resource Property set
static String SERVICE_NAME
          SERVICE_NAME
static int STATUS_ACTIVE
          Transfer is Active
static int STATUS_CACHED
          Internal state
static int STATUS_CANCELLED
          Transfer is cancelled
static int STATUS_DIRTY
          Marked for deletion STATUS_DIRTY
static int STATUS_DIRTY_DIR
           
static int STATUS_EXPANDING
          Expanding a directory URL
static int STATUS_EXPANDING_DONE
          When a directory url is done expanding STATUS_EXPANDING_DONE
static int STATUS_FAILED
          Transfer Failed
static int STATUS_FINISHED
          Transfer finished
static int STATUS_PENDING
          Transfer is pending
static int STATUS_RETRYING
          Transfer is being retried
static QName TOTAL_ACTIVE_TRANSFERS_FACTORY
          Factory RP TOTAL_ACTIVE_TRANSFERS
static QName TOTAL_BYTES_FACTORY
          QName for TotalBytes Resource Property For the factory
static QName TOTAL_BYTES_RESOURCE
          QName for TotalBytes Resource Property For the resource
static QName TOTAL_TIME_RESOURCE
          QName for total time taken by the resource
static QName TOTAL_TRANSFER_COUNT_FACTORY
          QName for Total Transfer Count Factory RP
static String WORKMANAGER
          Jndi look up for container's work manager
 
Constructor Summary
RFTConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_FINISHED

public static final int STATUS_FINISHED
Transfer finished

See Also:
Constant Field Values

STATUS_RETRYING

public static final int STATUS_RETRYING
Transfer is being retried

See Also:
Constant Field Values

STATUS_FAILED

public static final int STATUS_FAILED
Transfer Failed

See Also:
Constant Field Values

STATUS_ACTIVE

public static final int STATUS_ACTIVE
Transfer is Active

See Also:
Constant Field Values

STATUS_PENDING

public static final int STATUS_PENDING
Transfer is pending

See Also:
Constant Field Values

STATUS_CANCELLED

public static final int STATUS_CANCELLED
Transfer is cancelled

See Also:
Constant Field Values

STATUS_EXPANDING

public static final int STATUS_EXPANDING
Expanding a directory URL

See Also:
Constant Field Values

STATUS_EXPANDING_DONE

public static final int STATUS_EXPANDING_DONE
When a directory url is done expanding STATUS_EXPANDING_DONE

See Also:
Constant Field Values

STATUS_DIRTY

public static final int STATUS_DIRTY
Marked for deletion STATUS_DIRTY

See Also:
Constant Field Values

STATUS_DIRTY_DIR

public static final int STATUS_DIRTY_DIR
See Also:
Constant Field Values

STATUS_CACHED

public static final int STATUS_CACHED
Internal state

See Also:
Constant Field Values

RFT_KEY_QNAME

public static final QName RFT_KEY_QNAME
QName for RFT resource key


RFT_RP_SET

public static final QName RFT_RP_SET
QName for RFT Resource Property set


OVERALL_STATUS_RESOURCE

public static final QName OVERALL_STATUS_RESOURCE
QName for OverallStatus Resource Property For the resource


TOTAL_BYTES_RESOURCE

public static final QName TOTAL_BYTES_RESOURCE
QName for TotalBytes Resource Property For the resource


REQUEST_STATUS_RESOURCE

public static final QName REQUEST_STATUS_RESOURCE
QName for request status Resource Property For the resource


TOTAL_TIME_RESOURCE

public static final QName TOTAL_TIME_RESOURCE
QName for total time taken by the resource


WORKMANAGER

public static final String WORKMANAGER
Jndi look up for container's work manager

See Also:
Constant Field Values

DS_LOOK_UP

public static final String DS_LOOK_UP
Jndi look up for database look up TODO: make this configurable

See Also:
Constant Field Values

ACTIVE_RESOURCE_COUNT_FACTORY

public static final QName ACTIVE_RESOURCE_COUNT_FACTORY
QName for number of active resources


TOTAL_TRANSFER_COUNT_FACTORY

public static final QName TOTAL_TRANSFER_COUNT_FACTORY
QName for Total Transfer Count Factory RP


DELEGATION_ENDPOINT_FACTORY

public static final QName DELEGATION_ENDPOINT_FACTORY
Factory RP QName of DELEGATION_ENDPOINT


RFT_FACTORY_START_TIME

public static final QName RFT_FACTORY_START_TIME
Factory RP RFT_FACTORY_START_TIME


TOTAL_ACTIVE_TRANSFERS_FACTORY

public static final QName TOTAL_ACTIVE_TRANSFERS_FACTORY
Factory RP TOTAL_ACTIVE_TRANSFERS


TOTAL_BYTES_FACTORY

public static final QName TOTAL_BYTES_FACTORY
QName for TotalBytes Resource Property For the factory


SERVICE_NAME

public static final String SERVICE_NAME
SERVICE_NAME

See Also:
Constant Field Values

FACTORY_NAME

public static final String FACTORY_NAME
FACTORY_NAME

See Also:
Constant Field Values

CLIENT_DESC

public static final String CLIENT_DESC
Path to client-security-config.xml on the disk

See Also:
Constant Field Values

maxAttempts

public static final String maxAttempts
Maximum number of retries

See Also:
Constant Field Values

maxAttemptsValue

public static final int maxAttemptsValue
value maxAttemptsValue

See Also:
Constant Field Values
Constructor Detail

RFTConstants

public RFTConstants()