org.glite.lb
public class Timeval extends java.lang.Object
Constructor and Description |
---|
Timeval() |
Timeval(long tvSec,
long tvUsec)
Creates an instance of Timeval.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public Timeval()
public Timeval(long tvSec, long tvUsec)
tvSec
- in secondstvUsec
- in microsecondspublic long getTvSec()
public void setTvSec(long tvSec)
tvSec
- in secondspublic long getTvUsec()
public void setTvUsec(long tvUsec)
tvUsec
- in microseconds