Class LogoutCommand

java.lang.Object
  |
  +--ShellCommand
        |
        +--LogoutCommand
All Implemented Interfaces:
Serializable

public class LogoutCommand
extends ShellCommand

The Juno shell command to log out. Usage:

     logout
 

Version:
10
See Also:
Serialized Form

Method Summary
 void doIt(StringTokenizer args, Shell sh)
          Log out from the current shell.
 
Methods inherited from class ShellCommand
getArgString, getHelpString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doIt

public void doIt(StringTokenizer args,
                 Shell sh)
          throws JunoException
Log out from the current shell.

Specified by:
doIt in class ShellCommand
Parameters:
args - the remainder of the command line.
sh - the current shell
Throws:
JunoException - for reporting errors