private static class Connection.Status extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CLOSE
Status of the connection when it is closed.
|
private static String[] |
names |
static int |
START
Status of the connection when it is started.
|
static int |
STOP
Status of the connection when it is stopped.
|
Modifier | Constructor and Description |
---|---|
private |
Connection.Status() |
public static final int STOP
public static final int START
public static final int CLOSE
private static final String[] names
public static String toString(int status)
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.