GNDMS 0.6.0
RESTful verison of GNDMS
Public Member Functions

de.zib.gndms.taskflows.filetransfer.server.network.BandWidthEstimater Interface Reference

An Interface for an Bandwith estimator. More...

Inheritance diagram for de.zib.gndms.taskflows.filetransfer.server.network.BandWidthEstimater:
de.zib.gndms.taskflows.filetransfer.server.network.StaticBandWidthEstimater

List of all members.

Public Member Functions

Float estimateBandWidthFromTo (String src, String tgt)
 Estimates the bandwidth between to given hosts.

Detailed Description

An Interface for an Bandwith estimator.

Author:
try ma ik jo rr a zib
Version:
$Id$

User: mjorra, Date: 30.09.2008, Time: 11:33:40


Member Function Documentation

Float de.zib.gndms.taskflows.filetransfer.server.network.BandWidthEstimater.estimateBandWidthFromTo ( String  src,
String  tgt 
)

Estimates the bandwidth between to given hosts.

Returns:
Returns the estimaed speed in byte/s or NULL if there is they are not connected. (Maybe because one of the hosts doesn't exist)

Implemented in de.zib.gndms.taskflows.filetransfer.server.network.StaticBandWidthEstimater.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Functions Variables