org.openejb.server.telnet
Class GroovySh

java.lang.Object
  extended by org.openejb.server.telnet.Command
      extended by org.openejb.server.telnet.GroovySh

public class GroovySh
extends Command

Author:
David Blevins

Nested Class Summary
 
Nested classes/interfaces 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, java.io.DataInputStream in, java.io.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,
                 java.io.DataInputStream in,
                 java.io.PrintStream out)
          throws java.io.IOException
Overrides:
exec in class Command
Throws:
java.io.IOException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.