|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.util.State
com.sshtools.j2ssh.connection.ChannelState
public class ChannelState
Field Summary | |
---|---|
static int |
CHANNEL_CLOSED
|
static int |
CHANNEL_OPEN
|
static int |
CHANNEL_UNINITIALIZED
|
Fields inherited from class com.sshtools.j2ssh.util.State |
---|
state |
Constructor Summary | |
---|---|
ChannelState()
Creates a new ChannelState object. |
Method Summary | |
---|---|
boolean |
isValidState(int state)
|
Methods inherited from class com.sshtools.j2ssh.util.State |
---|
breakWaiting, getValue, setValue, waitForState, waitForState, waitForStateUpdate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CHANNEL_UNINITIALIZED
public static final int CHANNEL_OPEN
public static final int CHANNEL_CLOSED
Constructor Detail |
---|
public ChannelState()
Method Detail |
---|
public boolean isValidState(int state)
isValidState
in class State
state
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |