Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: AW: [geclipse-dev] File Transfer

Hello Romain!

Stuempert, Mathias IWR pisze:

BTW, as soon as you have an IGridJob (or GridJob) object there may be an
easier way to directly access the output files of the job since the
IGridJob has child folders containing direct links to the output files
(i.e. IGridConnectionElements). Mariusz, you may have some useful hints
concerning this, right?!


Well I see here 2 possibilities:

1. Class JsdlJobDescription has methods:
getDataStagingInStrings()
getDataStagingOutStrings()

which return collection of URI for input/out data stagers defined in JSDL.

2. Additionally you may also notice, that submitted job containing stagers has 2 subfolders: Input Files and Output Files. Both folders contain links to those stagers. But currently class GridJob has no getters returning those links, so if you want to use them you have to filter children and search for IGridConnectionElements. To be honest: it should be developed in GridJob.


For now please use first technique: read stagers from jsdl. If you have problems with this, we can think about developing 2. in GridJob

--
Regards,
Mariusz Wojtysiak


Back to the top