A B C D E F G H I J K L M N O P R S T U V

A

activityPeriods - Variable in class org.glite.data.transfer.TransferActivity
The list of measured activity periods.
add(Channel) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Creates a new channel in the database.
addGroupMember(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Add the site with given name to members of the given group.
addManager(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Adds a manager to the given channel.
addVOManager(String, String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Adds a manager to the given VO.
adminDN - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
auditID - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
AuthorizationException - Exception in org.glite.data.transfer
Indicates that the client is not authorized upon the service.
AuthorizationException() - Constructor for exception org.glite.data.transfer.AuthorizationException
 
averageRate - Variable in class org.glite.data.transfer.TransferActivityPeriod
The average transfer rate during this period

B

bandwidth - Variable in class org.glite.data.transfer.Channel
Current maximum bandwidth (capacity) in Mbits/s.
bandwidth - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
blockSize - Variable in class org.glite.data.transfer.Channel3
Default block size of a transfer, e.g. '1MB' or '1024kb'.
bytesWritten - Variable in class org.glite.data.transfer.TransferActivityPeriod
The number of bytes written during this period

C

cancel(String[]) - Method in interface org.glite.data.transfer.fts.FileTransfer
Attempt to cancel the given jobs on the service.
CannotCancelException - Exception in org.glite.data.transfer
Indicates that the job is in a state where it cannot be cancelled.
CannotCancelException() - Constructor for exception org.glite.data.transfer.CannotCancelException
 
changeStateForHeldJob(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Manual intervention command on channel.
changeStateForHeldJobsOnChannel(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Manual intervention command on channel.
Channel - Class in org.glite.data.transfer
Channel definition
Channel() - Constructor for class org.glite.data.transfer.Channel
 
Channel2 - Class in org.glite.data.transfer
Channel2 definition, adding message field
Channel2() - Constructor for class org.glite.data.transfer.Channel2
 
Channel3 - Class in org.glite.data.transfer
And now, something completely different: Channel3.
Channel3() - Constructor for class org.glite.data.transfer.Channel3
 
channelAudit(Calendar, Calendar, String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Returns the channel audit information for a channel
ChannelAuditEntry - Class in org.glite.data.transfer
Copy of the channel audit schema
ChannelAuditEntry() - Constructor for class org.glite.data.transfer.ChannelAuditEntry
 
ChannelManagement - Interface in org.glite.data.transfer.channel
Interface for managing channels.
channelManager - Variable in class org.glite.data.transfer.Roles
Holds a list of pairs channelName/principal, where the channelName holds the name of a channel for which the client is a manager, and the principal holds the principal that gives this role to the client (VOMS role or DN).
channelName - Variable in class org.glite.data.transfer.Channel
The name of the channel to select on
channelName - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
channelName - Variable in class org.glite.data.transfer.JobStatus
The name of the channel the job was assigned to (null if no channel assigned).
channelName - Variable in class org.glite.data.transfer.TransferActivity
The channel name this measure refers to.
channelName - Variable in class org.glite.data.transfer.TransferSummary
The channel name this snapshot refers to.
channelState - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
channelType - Variable in class org.glite.data.transfer.Channel3
Type of a channel: DEDICATED (point-to-point, seLimit is not considered) or NONDEDICATED (start or cloud).
checksum - Variable in class org.glite.data.transfer.TransferJobElement2
The optional checksum of the file to be transferred.
clientDN - Variable in class org.glite.data.transfer.JobStatus
Distinguished Name (DN) of client owning job.
clientDN - Variable in class org.glite.data.transfer.Roles
The DN of the client owning these roles.
clientIP - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
contact - Variable in class org.glite.data.transfer.Channel
The email contact for the responsbile of the channel.
contact - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
contact - Variable in class org.glite.data.transfer.TransferAgent
A contact to a person responsible for the agent.
credential - Variable in class org.glite.data.transfer.PlacementJob
 
credential - Variable in class org.glite.data.transfer.TransferJob
 
credential - Variable in class org.glite.data.transfer.TransferJob2
 

D

dest - Variable in class org.glite.data.transfer.TransferJobElement
The destination file of the transfer.
dest - Variable in class org.glite.data.transfer.TransferJobElement2
The destination file of the transfer.
destSE - Variable in class org.glite.data.transfer.PlacementJob
 
destSite - Variable in class org.glite.data.transfer.Channel
The destination site of the channel.
destSURL - Variable in class org.glite.data.transfer.FileTransferStatus
The destination file for the transfer.
DN - Variable in class org.glite.data.transfer.TransferAgent
The agent's Distinguished Name (DN).
drop(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Delete a channel.
duration - Variable in class org.glite.data.transfer.FileTransferStatus
Transfer duration

E

endTime - Variable in class org.glite.data.transfer.TransferActivityPeriod
The end time of this period of measure.
error_phase - Variable in class org.glite.data.transfer.FileTransferStatus2
 
error_scope - Variable in class org.glite.data.transfer.FileTransferStatus2
 
ExistsException - Exception in org.glite.data.transfer
Indicates an attempt to use an unknown request ID.
ExistsException() - Constructor for exception org.glite.data.transfer.ExistsException
 

F

FileTransfer - Interface in org.glite.data.transfer.fts
The service interface of the File Transfer component.
FileTransferStatus - Class in org.glite.data.transfer
Describes the status of one file in a transfer job.
FileTransferStatus() - Constructor for class org.glite.data.transfer.FileTransferStatus
 
FileTransferStatus2 - Class in org.glite.data.transfer
 
FileTransferStatus2() - Constructor for class org.glite.data.transfer.FileTransferStatus2
 
ftsNode - Variable in class org.glite.data.transfer.ChannelAuditEntry
 

G

getChannel(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Get the description of the given channel.
getChannel2(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
getChannel3(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
getFileStatus(String, int, int) - Method in interface org.glite.data.transfer.fts.FileTransfer
Return the statuses of all the files with the given requestID.
getFileStatus2(String, int, int) - Method in interface org.glite.data.transfer.fts.FileTransfer
Return the statuses of all the files with the given requestID.
getInterfaceVersion() - Method in interface org.glite.data.transfer.ServiceBase
 
getMessage() - Method in exception org.glite.data.transfer.TransferException
 
getRoles() - Method in interface org.glite.data.transfer.fts.FileTransfer
Returns the roles of the client on this service.
getRolesOf(String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Returns the roles of the client on this service.
getSchemaVersion() - Method in interface org.glite.data.transfer.ServiceBase
 
getServiceMetadata(String) - Method in interface org.glite.data.transfer.ServiceBase
Service metadata query.
getSiteGroupMembers(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Get the list of the members of the site group with given name
getSiteGroupNames() - Method in interface org.glite.data.transfer.channel.ChannelManagement
Get a list of the names of the defined site groups.
getTransferJobStatus(String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Get the summary state for the whole job.
getTransferJobSummary(String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Returns a summary status of the job.
getTransferJobSummary2(String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Returns the extended summary status of the job.
getVersion() - Method in interface org.glite.data.transfer.ServiceBase
 

H

host - Variable in class org.glite.data.transfer.TransferAgent
The host the agent is running in.
httpTimeout - Variable in class org.glite.data.transfer.Channel3
Timeouts are in seconds.

I

InternalException - Exception in org.glite.data.transfer
Indicates an internal server error.
InternalException() - Constructor for exception org.glite.data.transfer.InternalException
 
InvalidArgumentException - Exception in org.glite.data.transfer
Indicates that the job description is malformed.
InvalidArgumentException() - Constructor for exception org.glite.data.transfer.InvalidArgumentException
 

J

jobID - Variable in class org.glite.data.transfer.JobStatus
The ID of the job the information refers to.
jobParams - Variable in class org.glite.data.transfer.PlacementJob
 
jobParams - Variable in class org.glite.data.transfer.TransferJob
 
jobParams - Variable in class org.glite.data.transfer.TransferJob2
 
JobStatus - Class in org.glite.data.transfer
Summary of existing job on the server.
JobStatus() - Constructor for class org.glite.data.transfer.JobStatus
 
jobStatus - Variable in class org.glite.data.transfer.JobStatus
Current status of the job.
jobStatus - Variable in class org.glite.data.transfer.TransferJobSummary
String containing the current state of the job.

K

keys - Variable in class org.glite.data.transfer.TransferParams
The paramater keys.

L

lastActive - Variable in class org.glite.data.transfer.TransferAgent
The last time the agent explicitly stated it is alive.
lastActiveTime - Variable in class org.glite.data.transfer.Channel3
The last time the channel was active.
lastModificationTime - Variable in class org.glite.data.transfer.Channel2
The time of the last modification.
lastModifierDn - Variable in class org.glite.data.transfer.Channel2
The DN of the last modifier.
listChannels() - Method in interface org.glite.data.transfer.channel.ChannelManagement
List all existing channels.
listManagers(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Lists all managers of a given channel.
listRequests(String[], String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Return a list of jobIDs matching the given states on the given channel.
listRequests2(String[], String, String, String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Return a list of jobIDs matching the given states on the given channel.
listVOManagers(String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Lists managers of a given VO
logicalFiles - Variable in class org.glite.data.transfer.PlacementJob
 
logicalName - Variable in class org.glite.data.transfer.FileTransferStatus
The logical name of the file being transfered (only used in the FPS).

M

message - Variable in class org.glite.data.transfer.Channel2
The message concerning the last modification.
message - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
modificationTime - Variable in class org.glite.data.transfer.ChannelAuditEntry
 

N

name - Variable in class org.glite.data.transfer.TransferAgent
The agent's name.
nofiles - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
nominalThroughput - Variable in class org.glite.data.transfer.Channel
The throughput goal for the system to achieve.
nominalThroughput - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
nostreams - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
NotExistsException - Exception in org.glite.data.transfer
Indicates an attempt to use an unknown request ID.
NotExistsException() - Constructor for exception org.glite.data.transfer.NotExistsException
 
numActive - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Active' state.
numActiveFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numActiveJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numAwaitingPrestage - Variable in class org.glite.data.transfer.TransferJobSummary2
 
numberOfFiles - Variable in class org.glite.data.transfer.Channel
Number of concurrent files allowed on the channel.
numberOfStreams - Variable in class org.glite.data.transfer.Channel
Number of concurrent streams allowed on the channel.
numCanceled - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Canceled' state.
numCanceledFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numCanceledJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numCanceling - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Canceling' state.
numCancelingFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numCancelingJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numCatalogFailed - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Done' state.
numCatalogFailedFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numDone - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Done' state.
numDoneFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numDoneJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numFailed - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Failed' state.
numFailedFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numFailedJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numFailures - Variable in class org.glite.data.transfer.FileTransferStatus
Number of times this transfer has failed (and retried).
numFiles - Variable in class org.glite.data.transfer.JobStatus
Number of files (transfers) that are part of the job.
numFinished - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Finished' state.
numFinishedDirtyJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numFinishedFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numFinishedJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numFinishing - Variable in class org.glite.data.transfer.TransferJobSummary2
 
numHold - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Hold' state.
numHoldFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numHoldJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numPending - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Pending' state.
numPendingFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numPendingJobs - Variable in class org.glite.data.transfer.TransferSnapshot
 
numPrestaging - Variable in class org.glite.data.transfer.TransferJobSummary2
 
numReady - Variable in class org.glite.data.transfer.TransferJobSummary2
 
numRestarted - Variable in class org.glite.data.transfer.TransferJobSummary
Indicates how many files belonging to the job have had to be retried (numRetries > 0).
numSubmitted - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Submitted' state.
numSubmittedFiles - Variable in class org.glite.data.transfer.TransferSnapshot
File states
numSubmittedJobs - Variable in class org.glite.data.transfer.TransferSnapshot
Job states
numWaiting - Variable in class org.glite.data.transfer.TransferJobSummary
Number of files belonging to the job that are currently in the 'Waiting' state.
numWaitingCatalogRegistration - Variable in class org.glite.data.transfer.TransferJobSummary2
 
numWaitingCatalogResolution - Variable in class org.glite.data.transfer.TransferJobSummary2
 
numWaitingFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
numWaitingPrestage - Variable in class org.glite.data.transfer.TransferJobSummary2
 

O

org.glite.data.transfer - package org.glite.data.transfer
 
org.glite.data.transfer.channel - package org.glite.data.transfer.channel
 
org.glite.data.transfer.fts - package org.glite.data.transfer.fts
Interface for the File Transfer service (FTS).

P

PlacementJob - Class in org.glite.data.transfer
Describes the placement job description.
PlacementJob() - Constructor for class org.glite.data.transfer.PlacementJob
 
placementSubmit(PlacementJob) - Method in interface org.glite.data.transfer.fts.FileTransfer
Submits the placement job to the service.
placementSubmit2(PlacementJob) - Method in interface org.glite.data.transfer.fts.FileTransfer
The same as placementSubmit except that it expects a delegation to have been made before.
preparingFilesRatio - Variable in class org.glite.data.transfer.Channel3
Ratio of SRM activity to number of transfer slots.
priority - Variable in class org.glite.data.transfer.JobStatus
Job priority on the server.

R

reason - Variable in class org.glite.data.transfer.FileTransferStatus
Small explanation on why it went wrong.
reason - Variable in class org.glite.data.transfer.JobStatus
Small reason reporting problems while processing the job.
reason_class - Variable in class org.glite.data.transfer.FileTransferStatus
Type of error.
removeGroupMember(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Remove the site with given name from members of the given group.
removeManager(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Removes a manager from the given channel.
removeVOManager(String, String) - Method in interface org.glite.data.transfer.fts.FileTransfer
Removes a manager from the given VO.
Roles - Class in org.glite.data.transfer
Roles definitions.
Roles() - Constructor for class org.glite.data.transfer.Roles
 

S

seLimit - Variable in class org.glite.data.transfer.Channel3
Don't use this.
serviceAdmin - Variable in class org.glite.data.transfer.Roles
Null if the client is not a service admin.
ServiceBase - Interface in org.glite.data.transfer
Common versioning interface for all Data Catalog interfaces.
ServiceBusyException - Exception in org.glite.data.transfer
Indicates that the service is not available for the requestyed operation.
ServiceBusyException() - Constructor for exception org.glite.data.transfer.ServiceBusyException
 
setBandwidth(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the capacity bandwidth (Mbits/s).
setBandwidth2(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
setBlockSize(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the default block size of a transfer, e.g. '1MB' or '1024kb'.
setChannelType(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the type of a channel: DEDICATED (point-to-point, seLimit is not considered) or NONDEDICATED (start or cloud).
setContact(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the contact email for a channel.
setContact2(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
setHttpTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the timeouts are in seconds.
setJobPriority(String, int) - Method in interface org.glite.data.transfer.fts.FileTransfer
Update the priority of the job in the queue.
setNominalThroughput(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the nominal throughtput target for the channel.
setNominalThroughput2(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
setNumberOfFiles(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Utility method to set the number of concurrent files on a channel
setNumberOfFiles2(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
setNumberOfStreams(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Utility method to set the number of concurrent streams on a channel.
setNumberOfStreams2(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
setPreparingFilesRatio(String, double, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the ratio of SRM activity to number of transfer slots.
setSrmCopyDirection(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the sRM copy direction: PUSH, PULL.
setSrmCopyRefreshTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the timeout between status updates.
setSrmCopyTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the this is a global timeout.
setState(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the operational state of a channel.
setState2(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
 
setTargetDirCheck(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets a flag if to check the target directory existence.
setTCPBufferSize2(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the TCP bufer size for the channel.
setTransferLogLevel(String, String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the possible values are: DEBUG, INFO (default), ERROR.
setUrlCopyFirstTxmarkTo(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets number of seconds to mark activity on URL Copy for a given channel.
setUrlCopyGetDoneTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the url copy get done timeout.
setUrlCopyGetTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the url copy get timeout.
setUrlCopyNoProgressTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the make dCache happy timeout.
setUrlCopyPutDoneTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the url copy put done timeout.
setUrlCopyPutTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the url copy put timeout.
setUrlCopyTransferMarkersTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the url copy transfer markers timeout.
setUrlCopyTransferTimeout(String, int, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the url copy transfer timeout.
setUrlCopyTransferTimeoutPerMB(String, double, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the transfer timeout per megabyte.
setVOLimit(String, String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the transfer limit for a VO on a given channel.
setVOShare(String, String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Sets the share of a VO on a given channel.
snapshots - Variable in class org.glite.data.transfer.TransferSummary
The transfer snapshots, each refering to a single point in time.
source - Variable in class org.glite.data.transfer.TransferJobElement
The source file of the transfer.
source - Variable in class org.glite.data.transfer.TransferJobElement2
The source file of the transfer.
sourceSE - Variable in class org.glite.data.transfer.PlacementJob
 
sourceSite - Variable in class org.glite.data.transfer.Channel
The source site name of the channel. e.g. for CERN it should be "cern.ch".
sourceSURL - Variable in class org.glite.data.transfer.FileTransferStatus
The source file for the transfer.
srmCopyDirection - Variable in class org.glite.data.transfer.Channel3
SRM copy direction: PUSH, PULL.
srmCopyRefreshTimeout - Variable in class org.glite.data.transfer.Channel3
Timeout between status updates.
srmCopyTimeout - Variable in class org.glite.data.transfer.Channel3
This is a global timeout.
startTime - Variable in class org.glite.data.transfer.TransferActivityPeriod
The start time of this period of measure.
state - Variable in class org.glite.data.transfer.Channel
The operational state of the channel.
state - Variable in class org.glite.data.transfer.TransferAgent
The last known state of the agent.
string1 - Variable in class org.glite.data.transfer.StringPair
 
string2 - Variable in class org.glite.data.transfer.StringPair
 
StringPair - Class in org.glite.data.transfer
StringPair is a simple helper class to store a pair of strings which is then serialized into an array of string pairs for certain methods.
StringPair() - Constructor for class org.glite.data.transfer.StringPair
 
submit(TransferJob) - Method in interface org.glite.data.transfer.fts.FileTransfer
Deprecated. Renamed FileTransfer.transferSubmit(TransferJob). Placement (logical) jobs should go through the FileTransfer.placementSubmit(PlacementJob) method.

Semantic description of the method:
The following steps are performed for each entry:
submitter - Variable in class org.glite.data.transfer.Roles
Null if the client does not have submit privileges.
submitTime - Variable in class org.glite.data.transfer.JobStatus
Time of submission.

T

targetDirCheck - Variable in class org.glite.data.transfer.Channel2
Flag to check destination directory.
tcpBufferSize - Variable in class org.glite.data.transfer.Channel2
Default TCP buffer size for gridftp transfers.
tcpBufferSize - Variable in class org.glite.data.transfer.ChannelAuditEntry
 
time - Variable in class org.glite.data.transfer.TransferSnapshot
The time when this snapshot was taken.
TransferActivity - Class in org.glite.data.transfer
 
TransferActivity() - Constructor for class org.glite.data.transfer.TransferActivity
 
TransferActivityPeriod - Class in org.glite.data.transfer
 
TransferActivityPeriod() - Constructor for class org.glite.data.transfer.TransferActivityPeriod
 
TransferAgent - Class in org.glite.data.transfer
 
TransferAgent() - Constructor for class org.glite.data.transfer.TransferAgent
 
TransferException - Exception in org.glite.data.transfer
Base class for Transfer exceptions.
TransferException() - Constructor for exception org.glite.data.transfer.TransferException
 
TransferException(String) - Constructor for exception org.glite.data.transfer.TransferException
 
transferFileState - Variable in class org.glite.data.transfer.FileTransferStatus
The current state of the file transfer.
TransferJob - Class in org.glite.data.transfer
Describes the transfer job description.
TransferJob() - Constructor for class org.glite.data.transfer.TransferJob
 
TransferJob2 - Class in org.glite.data.transfer
Describes the transfer job description.
TransferJob2() - Constructor for class org.glite.data.transfer.TransferJob2
 
TransferJobElement - Class in org.glite.data.transfer
This describes a single file transfer within a job.
TransferJobElement() - Constructor for class org.glite.data.transfer.TransferJobElement
 
TransferJobElement2 - Class in org.glite.data.transfer
This describes a single file transfer within a job.
TransferJobElement2() - Constructor for class org.glite.data.transfer.TransferJobElement2
 
transferJobElements - Variable in class org.glite.data.transfer.TransferJob
 
transferJobElements - Variable in class org.glite.data.transfer.TransferJob2
 
TransferJobSummary - Class in org.glite.data.transfer
Describes the overall status of the job, its state and some extra statistics.
TransferJobSummary() - Constructor for class org.glite.data.transfer.TransferJobSummary
 
TransferJobSummary2 - Class in org.glite.data.transfer
Extension of TransferJobSummary with extra states
TransferJobSummary2() - Constructor for class org.glite.data.transfer.TransferJobSummary2
 
transferLogLevel - Variable in class org.glite.data.transfer.Channel3
Possible values are: DEBUG, INFO (default), ERROR.
TransferParams - Class in org.glite.data.transfer
A set of key-value pairs to be used as hints for the transport.
TransferParams() - Constructor for class org.glite.data.transfer.TransferParams
 
TransferSnapshot - Class in org.glite.data.transfer
 
TransferSnapshot() - Constructor for class org.glite.data.transfer.TransferSnapshot
 
transferSubmit(TransferJob) - Method in interface org.glite.data.transfer.fts.FileTransfer
Submits the transfer job to the service.
transferSubmit2(TransferJob) - Method in interface org.glite.data.transfer.fts.FileTransfer
The same as transferSubmit except that it expects a delegation to have been made before.
transferSubmit3(TransferJob2) - Method in interface org.glite.data.transfer.fts.FileTransfer
The same as transferSubmit2 except that it takes optional checksum values for each file and uses TransferJobElement2.
TransferSummary - Class in org.glite.data.transfer
 
TransferSummary() - Constructor for class org.glite.data.transfer.TransferSummary
 
transferType - Variable in class org.glite.data.transfer.Channel3
Transfer type: URLCOPY|SRMCOPY.
type - Variable in class org.glite.data.transfer.TransferAgent
The agent's type.

U

urlCopyFirstTxmarkTo - Variable in class org.glite.data.transfer.Channel2
Number of seconds to mark activity on URL Copy.
urlCopyGetDoneTimeout - Variable in class org.glite.data.transfer.Channel3
 
urlCopyGetTimeout - Variable in class org.glite.data.transfer.Channel3
 
urlCopyNoProgressTimeout - Variable in class org.glite.data.transfer.Channel3
Make dCache happy timeout.
urlCopyPutDoneTimeout - Variable in class org.glite.data.transfer.Channel3
 
urlCopyPutTimeout - Variable in class org.glite.data.transfer.Channel3
 
urlCopyTransferMarkersTimeout - Variable in class org.glite.data.transfer.Channel3
 
urlCopyTransferTimeout - Variable in class org.glite.data.transfer.Channel3
 
urlCopyTransferTimeoutPerMB - Variable in class org.glite.data.transfer.Channel3
Transfer timeout per megabyte.

V

values - Variable in class org.glite.data.transfer.TransferParams
The parameter values.
version - Variable in class org.glite.data.transfer.TransferAgent
The agent's version.
VOLimits - Variable in class org.glite.data.transfer.Channel2
A {VOName, int} array of VO limits.
VOManager - Variable in class org.glite.data.transfer.Roles
Holds a list of pairs VOName/principal, where the VOName holds the name of a VO for which the client is a manager, and the principal holds the principal that gives this role to the client (VOMS role or DN).
voName - Variable in class org.glite.data.transfer.JobStatus
Name of VO owning job.
voName - Variable in class org.glite.data.transfer.TransferActivity
The VO name this measure refers to.
voName - Variable in class org.glite.data.transfer.TransferSummary
The VO name this snapshot refers to.
VOShares - Variable in class org.glite.data.transfer.Channel
The transfer share for each VO on this channel {VOName,Share}.

A B C D E F G H I J K L M N O P R S T U V

Copyright © 2004-2007 EU-EGEE