A class for FTS transfer log
Represented as an array with each line of the log in a row
Located in /ftslog.classes.php (line 41)
ArrayObject | --FTSLog
Host where the log file was originally written
In case of multiple hosts, transfer logs are distributed depending on where agents are running
Identifier of the transfer log
Something like "<CHANNEL_NAME>__<DATE>_XXXXXX" defined in the DB as "T_TRANSFER.TRANSFER_ID"
State of the transfer
can be "Completed" or "Failed" defined in the DB as "T_TRANSFER_TRANSFER_STATE"
Constructor
Gets the archive file name
The archive file name is built as follows:
Gets the channel that managed the transfer
Gets the host of the transfer
Gets the name of the log file
Gets the Transfer date
The date is included in the transfer identifier in the form "YYYY-MM-DD-HHmm"
Gets the identifier of the transfer
Gets the state of the transfer
Gets the HTML display
Inherited From ArrayObject (Internal Class)
constructor __construct ( $array )
append ( $value )
asort ( )
count ( )
exchangeArray ( $array )
getArrayCopy ( )
getFlags ( )
getIterator ( )
getIteratorClass ( )
ksort ( )
natcasesort ( )
natsort ( )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
serialize ( )
setFlags ( $flags )
setIteratorClass ( $iteratorClass )
uasort ( $cmp_function )
uksort ( $cmp_function )
unserialize ( $serialized )
Documentation generated on Tue, 09 Nov 2010 10:21:10 +0100 by phpDocumentor 1.4.3