public final class StatusChangeRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOCONNECT |
static int |
AUTOCONNECT_FAIL |
static int |
CLOSE |
static int |
CONNECT |
static int |
CONNECTED |
static int |
CONNECTED_ERROR |
static int |
DISCONNECT |
static int |
DISCONNECTED |
static int |
RECONNECT |
| Constructor and Description |
|---|
StatusChangeRecord(int type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
int |
getType() |
String |
toString() |
static String |
toString(int type) |
public static final int DISCONNECTED
public static final int CONNECTED
public static final int DISCONNECT
public static final int CLOSE
public static final int CONNECT
public static final int RECONNECT
public static final int AUTOCONNECT
public static final int AUTOCONNECT_FAIL
public static final int CONNECTED_ERROR