org.openejb.server.telnet
Class GroovySh

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

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

GroovySh

public GroovySh()
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.