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

A

AuthorizationException - exception org.glite.data.transfer.AuthorizationException.
Indicates that the client is not authorized upon the service.
AuthorizationException() - Constructor for class org.glite.data.transfer.AuthorizationException
 
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.
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.
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.
bytesWritten - Variable in class org.glite.data.transfer.TransferActivityPeriod
The number of bytes written during this period

C

CannotCancelException - exception org.glite.data.transfer.CannotCancelException.
Indicates that the job is in a state where it cannot be cancelled.
CannotCancelException() - Constructor for class org.glite.data.transfer.CannotCancelException
 
Channel - class org.glite.data.transfer.Channel.
Channel definition
Channel() - Constructor for class org.glite.data.transfer.Channel
 
ChannelManagement - interface org.glite.data.transfer.channel.ChannelManagement.
Interface for managing channels.
cancel(String[]) - Method in interface org.glite.data.transfer.fts.FileTransfer
Attempt to cancel the given jobs on the service.
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.
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.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.
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.
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.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
 

D

DN - Variable in class org.glite.data.transfer.TransferAgent
The agent's Distinguished Name (DN).
dest - Variable in class org.glite.data.transfer.TransferJobElement
The destination file of the transfer.
destSE - Variable in class org.glite.data.transfer.PlacementJob
 
destSURL - Variable in class org.glite.data.transfer.FileTransferStatus
The destination file for the transfer.
destSite - Variable in class org.glite.data.transfer.Channel
The destination site of the channel.
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

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

F

FileTransfer - interface org.glite.data.transfer.fts.FileTransfer.
The service interface of the File Transfer component.
FileTransferStats - interface org.glite.data.transfer.stats.FileTransferStats.
The service interface of the File Transfer Stats component.
FileTransferStatus - class org.glite.data.transfer.FileTransferStatus.
Describes the status of one file in a transfer job.
FileTransferStatus() - Constructor for class org.glite.data.transfer.FileTransferStatus
 

G

getChannel(String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Get the description of the given channel.
getChannelActivity(Calendar, Calendar, String, String[]) - Method in interface org.glite.data.transfer.stats.FileTransferStats
Returns the activity of the channel during a given interval of time.
getChannelSummary(Calendar, Calendar, String, String[]) - Method in interface org.glite.data.transfer.stats.FileTransferStats
Returns the summary of channel usage of the service on a given interval of time.
getFileStatus(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 class org.glite.data.transfer.TransferException
 
getRoles() - 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.
getTransferAgents() - Method in interface org.glite.data.transfer.stats.FileTransferStats
Returns the list of agents running on the service.
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.
getVOActivity(Calendar, Calendar, String, String[]) - Method in interface org.glite.data.transfer.stats.FileTransferStats
Returns the activity of the VO during a given interval of time.
getVOSummary(Calendar, Calendar, String, String[]) - Method in interface org.glite.data.transfer.stats.FileTransferStats
Returns the summary of VO usage of the service on a given interval of time.
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.

I

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

J

JobStatus - class org.glite.data.transfer.JobStatus.
Summary of existing job on the server.
JobStatus() - Constructor for class org.glite.data.transfer.JobStatus
 
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
 
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.
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.
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).

N

NotExistsException - exception org.glite.data.transfer.NotExistsException.
Indicates an attempt to use an unknown request ID.
NotExistsException() - Constructor for class org.glite.data.transfer.NotExistsException
 
name - Variable in class org.glite.data.transfer.TransferAgent
The agent's name.
nominalThroughput - Variable in class org.glite.data.transfer.Channel
The throughput goal for the system to achieve.
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
 
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
 
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
 
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.
numWaitingFiles - Variable in class org.glite.data.transfer.TransferSnapshot
 
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.

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).
org.glite.data.transfer.stats - package org.glite.data.transfer.stats
 

P

PlacementJob - class org.glite.data.transfer.PlacementJob.
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.
priority - Variable in class org.glite.data.transfer.JobStatus
Job priority on the server.

R

Roles - class org.glite.data.transfer.Roles.
Roles definitions.
Roles() - Constructor for class org.glite.data.transfer.Roles
 
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.
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.

S

ServiceBase - interface org.glite.data.transfer.ServiceBase.
Common versioning interface for all Data Catalog interfaces.
ServiceBusyException - exception org.glite.data.transfer.ServiceBusyException.
Indicates that the service is not available for the requestyed operation.
ServiceBusyException() - Constructor for class org.glite.data.transfer.ServiceBusyException
 
StringPair - class org.glite.data.transfer.StringPair.
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
 
serviceAdmin - Variable in class org.glite.data.transfer.Roles
Null if the client is not a service admin.
setBandwidth(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the capacity bandwidth (Mbits/s).
setContact(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the contact email for a channel.
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.
setNumberOfFiles(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Utility method to set the number of concurrent files on a channel
setNumberOfStreams(String, int) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Utility method to set the number of concurrent streams on a channel.
setState(String, String) - Method in interface org.glite.data.transfer.channel.ChannelManagement
Set the operational state of a 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.
sourceSE - Variable in class org.glite.data.transfer.PlacementJob
 
sourceSURL - Variable in class org.glite.data.transfer.FileTransferStatus
The source file for the transfer.
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".
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
 
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:
submitTime - Variable in class org.glite.data.transfer.JobStatus
Time of submission.
submitter - Variable in class org.glite.data.transfer.Roles
Null if the client does not have submit privileges.

T

TransferActivity - class org.glite.data.transfer.TransferActivity.
 
TransferActivity() - Constructor for class org.glite.data.transfer.TransferActivity
 
TransferActivityPeriod - class org.glite.data.transfer.TransferActivityPeriod.
 
TransferActivityPeriod() - Constructor for class org.glite.data.transfer.TransferActivityPeriod
 
TransferAgent - class org.glite.data.transfer.TransferAgent.
 
TransferAgent() - Constructor for class org.glite.data.transfer.TransferAgent
 
TransferException - exception org.glite.data.transfer.TransferException.
Base class for Transfer exceptions.
TransferException() - Constructor for class org.glite.data.transfer.TransferException
 
TransferException(String) - Constructor for class org.glite.data.transfer.TransferException
 
TransferJob - class org.glite.data.transfer.TransferJob.
Describes the transfer job description.
TransferJob() - Constructor for class org.glite.data.transfer.TransferJob
 
TransferJobElement - class org.glite.data.transfer.TransferJobElement.
This describes a single file transfer within a job.
TransferJobElement() - Constructor for class org.glite.data.transfer.TransferJobElement
 
TransferJobSummary - class org.glite.data.transfer.TransferJobSummary.
Describes the overall status of the job, its state and some extra statistics.
TransferJobSummary() - Constructor for class org.glite.data.transfer.TransferJobSummary
 
TransferParams - class org.glite.data.transfer.TransferParams.
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 org.glite.data.transfer.TransferSnapshot.
 
TransferSnapshot() - Constructor for class org.glite.data.transfer.TransferSnapshot
 
TransferSummary - class org.glite.data.transfer.TransferSummary.
 
TransferSummary() - Constructor for class org.glite.data.transfer.TransferSummary
 
time - Variable in class org.glite.data.transfer.TransferSnapshot
The time when this snapshot was taken.
transferFileState - Variable in class org.glite.data.transfer.FileTransferStatus
The current state of the file transfer.
transferJobElements - Variable in class org.glite.data.transfer.TransferJob
 
transferSubmit(TransferJob) - Method in interface org.glite.data.transfer.fts.FileTransfer
Submits the transfer job to the service.
type - Variable in class org.glite.data.transfer.TransferAgent
The agent's type.

V

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).
VOShares - Variable in class org.glite.data.transfer.Channel
The transfer share for each VO on this channel {VOName,Share}.
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.
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.

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

Copyright © 2004 EU-EGEE