Package | Description |
---|---|
java.lang |
Core Java classes
|
tijos.framework.networkcenter.ntp |
Network time protocol client class
|
Modifier and Type | Method and Description |
---|---|
static Long |
Long.decode(String s) |
static Long |
Long.getLong(String name) |
static Long |
Long.getLong(String name,
int def) |
static Long |
Long.getLong(String name,
Long def) |
static Long |
Long.valueOf(long v) |
static Long |
Long.valueOf(String s) |
static Long |
Long.valueOf(String s,
int radix) |
Modifier and Type | Method and Description |
---|---|
int |
Long.compareTo(Long ob) |
static Long |
Long.getLong(String name,
Long def) |
Modifier and Type | Method and Description |
---|---|
Long |
TimeInfo.getDelay()
Get round-trip network delay.
|
Long |
TimeInfo.getOffset()
Get clock offset needed to adjust local clock to match remote clock.
|