org.mvel2.sh
Class ShellSession.RunState

java.lang.Object
  extended by org.mvel2.sh.ShellSession.RunState
Enclosing class:
ShellSession

public static final class ShellSession.RunState
extends Object


Constructor Summary
ShellSession.RunState(ShellSession session)
           
 
Method Summary
 ShellSession getSession()
           
 boolean isRunning()
           
 void setRunning(boolean running)
           
 void setSession(ShellSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellSession.RunState

public ShellSession.RunState(ShellSession session)
Method Detail

getSession

public ShellSession getSession()

setSession

public void setSession(ShellSession session)

isRunning

public boolean isRunning()

setRunning

public void setRunning(boolean running)


Copyright © 2011. All Rights Reserved.