|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.lb.Timeval
public class Timeval
This class represents the timestamp in this form: tvSec.tvUsec. It consists of two parts:
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Timeval()
public Timeval(long tvSec, long tvUsec)
tvSec
- in secondstvUsec
- in microsecondsMethod Detail |
---|
public long getTvSec()
public void setTvSec(long tvSec)
tvSec
- in secondspublic long getTvUsec()
public void setTvUsec(long tvUsec)
tvUsec
- in microseconds
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |