public class ChannelState extends State
| Modifier and Type | Field and Description |
|---|---|
static int |
CHANNEL_CLOSED |
static int |
CHANNEL_OPEN |
static int |
CHANNEL_UNINITIALIZED |
| Constructor and Description |
|---|
ChannelState()
Creates a new ChannelState object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidState(int state) |
breakWaiting, getValue, setValue, waitForState, waitForState, waitForStateUpdatepublic static final int CHANNEL_UNINITIALIZED
public static final int CHANNEL_OPEN
public static final int CHANNEL_CLOSED
public boolean isValidState(int state)
isValidState in class Statestate - Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.