next up previous contents
Next: File Transfer Commands Up: Optimization Commands Previous: Exceptions   Contents

Example

URI lfns[] = new URI[1];
lfns[0] = new URI(lfn.toString());

String hosts[] = new String[1];
hosts[0] = new String("lxshare0313.cern.ch");

String protocols[] = new String[1];
protocols[0] = new String("gsiftp");

getAccessCost(lfns, CEIDs, protocols);



2005-02-04