final class BarrierDataState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static byte |
BROKEN
Barrier is broken.
|
(package private) static byte |
DESTROYED
Barrier has been destroyed
|
(package private) static byte |
INACTIVE
Barrier is inactive.
|
(package private) static byte |
OK_CLIENT
Barrier is in OK state, and is a client end.
|
(package private) static byte |
OK_SERVER
Barrier is in OK state, and is a server end.
|
(package private) static byte |
RESIGNED
Barrier has resigned from the server front end.
|
Modifier | Constructor and Description |
---|---|
private |
BarrierDataState()
Empty private constructor.
|
static final byte INACTIVE
static final byte OK_SERVER
static final byte OK_CLIENT
static final byte BROKEN
static final byte DESTROYED
static final byte RESIGNED