Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.util » [javadoc | source]
com.sshtools.j2ssh.util
public class: StartStopState [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.util.State
      com.sshtools.j2ssh.util.StartStopState

All Implemented Interfaces:
    Serializable

Field Summary
public static final  int STARTED     
public static final  int STOPPED     
public static final  int FAILED     
Fields inherited from com.sshtools.j2ssh.util.State:
state
Constructor:
 public StartStopState(int initial) 
Method from com.sshtools.j2ssh.util.StartStopState Summary:
isValidState
Methods from com.sshtools.j2ssh.util.State:
breakWaiting,   getValue,   isValidState,   setValue,   waitForState,   waitForState,   waitForStateUpdate
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.util.StartStopState Detail:
 public boolean isValidState(int state)