From f26effd23f373fbfb8e0b707ad4b7de3e0318d43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Mon, 14 Dec 2009 15:08:53 +0000 Subject: [PATCH] file transfer events --- org.glite.lb.types/events.T | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/org.glite.lb.types/events.T b/org.glite.lb.types/events.T index 373d01d..6f51d72 100644 --- a/org.glite.lb.types/events.T +++ b/org.glite.lb.types/events.T @@ -422,3 +422,21 @@ _code_ DONE string descr _optional_ + +@type FileTransfer transfer job logs progress + string src Source of file transfer. + string dest Destination of file transfer. + int result Result code of the file transfer attemp. + _code_ START The sending component has started or is about to start the file transfer. + _code_ OK The file was transfered successfully. + _code_ FAIL The file transfer failed (see reason) + string reason The reason of file transfer failure. + +@type Sandbox event for logging relationship between (compute) job and (file) transfer job + int type Type of sandbox. + _code_ INPUT + _code_ OUTPUT + string transfer_job Jobid of transfer job (collection) containing set of file transfers (subjobs). + _optional_ + string compute_job Jobid of (compute) job the sandbox belongs. Exclusive with transfer_job. + _optional_ -- 1.8.2.3