Modifier and Type | Field and Description |
---|---|
static int |
CLOSE |
static int |
DONE
The requestor is either completed (by the demultiplxer thread) or
aborted (by another client thread or a timeout).
|
static int |
INIT
The requestor is free: it can be called by a client thread.
|
private static String[] |
names |
static int |
RUN
The requestor is busy: the client thread is waiting.
|
static int |
STOP |
Modifier | Constructor and Description |
---|---|
private |
Status() |
public static final int INIT
public static final int RUN
public static final int DONE
public static final int CLOSE
public static final int STOP
private static final String[] names
public static String toString(int status)
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.