org.openejb.server.telnet
Class Stop

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

public class Stop
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
Stop()
           
 
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

Stop

public Stop()
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-2005 OpenEJB. All Rights Reserved.