| |
|
| java.lang.Object org.griphyn.cPlanner.classes.GridFTPBandwidth
GridFTPBandwidth | public class GridFTPBandwidth (Code) | | This is a data class to store information about gridftp bandwidths between
various sites. The class is no longer used, and is there for compilation
purposes.
author: Saurabh Khurana author: Karan Vahi version: $Revision: 50 $ |
AVG_BW | final public static int AVG_BW(Code) | | |
AVG_BW_RANGE1 | final public static int AVG_BW_RANGE1(Code) | | |
AVG_BW_RANGE2 | final public static int AVG_BW_RANGE2(Code) | | |
AVG_BW_RANGE3 | final public static int AVG_BW_RANGE3(Code) | | |
AVG_BW_RANGE4 | final public static int AVG_BW_RANGE4(Code) | | |
DEST_ID | final public static int DEST_ID(Code) | | |
GRIDFTPBANDWIDTHINFO | final public static String GRIDFTPBANDWIDTHINFO(Code) | | |
MAX_BW | final public static int MAX_BW(Code) | | |
MIN_BW | final public static int MIN_BW(Code) | | |
GridFTPBandwidth | public GridFTPBandwidth()(Code) | | |
getInfo | public String getInfo(int gridftpbwkey) throws Exception(Code) | | This method gets the info about gridftpbw based on the gridftpbwkey
Parameters: gridftpbwkey - the key for requesting the information String |
setInfo | public void setInfo(int gridftpbwkey, String gridftpbwvalue) throws Exception(Code) | | This method sets the info about gridftpbw based on the gridftpbwkey
Parameters: gridftpbwkey - the key for indicating the information Parameters: gridftpbwvalue - is the information |
toXML | public String toXML()(Code) | | Returns the XML description of the contents of Gridftp object.
the xml description. |
|
|
|