org.glite.lb
public class Timeval extends Object
Constructor Summary | |
---|---|
Timeval() | |
Timeval(long tvSec, long tvUsec)
Creates an instance of Timeval.
|
Method Summary | |
---|---|
long | getTvSec()
Gets the tvSec value for this Timeval.
|
long | getTvUsec()
Gets the tvUsec value for this Timeval.
|
void | setTvSec(long tvSec)
Sets the tvSec value for this Timeval.
|
void | setTvUsec(long tvUsec)
Sets the tvUsec value for this Timeval.
|
Parameters: tvSec in seconds tvUsec in microseconds
Returns: tvSec in seconds
Returns: tvUsec in microseconds
Parameters: tvSec in seconds
Parameters: tvUsec in microseconds