com.sshtools.j2ssh.io
Class IOStreamConnectorState

java.lang.Object
  extended by com.sshtools.j2ssh.util.State
      extended by com.sshtools.j2ssh.io.IOStreamConnectorState
All Implemented Interfaces:
java.io.Serializable

public class IOStreamConnectorState
extends State

Version:
$Revision: 1.13 $
Author:
$author$
See Also:
Serialized Form

Field Summary
static int BOF
           
static int CLOSED
           
static int CONNECTED
           
static int EOF
           
 
Fields inherited from class com.sshtools.j2ssh.util.State
state
 
Constructor Summary
IOStreamConnectorState()
          Creates a new IOStreamConnectorState 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

BOF

public static final int BOF
See Also:
Constant Field Values

CONNECTED

public static final int CONNECTED
See Also:
Constant Field Values

EOF

public static final int EOF
See Also:
Constant Field Values

CLOSED

public static final int CLOSED
See Also:
Constant Field Values
Constructor Detail

IOStreamConnectorState

public IOStreamConnectorState()
Creates a new IOStreamConnectorState object.

Method Detail

isValidState

public boolean isValidState(int state)
Specified by:
isValidState in class State
Parameters:
state -
Returns:


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.