public class Uptime
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Uptime.DefaultImpl |
static interface |
Uptime.Impl |
Modifier and Type | Field and Description |
---|---|
private Uptime.Impl |
impl |
private static Uptime |
INSTANCE |
static int |
NOIMPL |
Modifier | Constructor and Description |
---|---|
private |
Uptime() |
Modifier and Type | Method and Description |
---|---|
Uptime.Impl |
getImpl() |
static Uptime |
getInstance() |
static long |
getUptime() |
void |
setImpl(Uptime.Impl impl) |
public static final int NOIMPL
private static final Uptime INSTANCE
private Uptime.Impl impl
public static Uptime getInstance()
public Uptime.Impl getImpl()
public void setImpl(Uptime.Impl impl)
public static long getUptime()