org.openejb.server.telnet
Class Exit

java.lang.Object
  extended byorg.openejb.server.telnet.Command
      extended byorg.openejb.server.telnet.Exit

public class Exit
extends Command


Nested Class Summary
 
Nested classes inherited from class org.openejb.server.telnet.Command
Command.Arguments
 
Field Summary
 
Fields inherited from class org.openejb.server.telnet.Command
commands, unknownCommand
 
Constructor Summary
Exit()
           
 
Method Summary
 void exec(Command.Arguments args, DataInputStream in, PrintStream out)
           
static void register()
           
 
Methods inherited from class org.openejb.server.telnet.Command
getCommand, loadCommand, loadCommandList, register, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exit

public Exit()
Method Detail

register

public static void register()

exec

public void exec(Command.Arguments args,
                 DataInputStream in,
                 PrintStream out)
          throws IOException
Overrides:
exec in class Command
Throws:
IOException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.