org.apache.openejb.server.telnet
Class Lookup

java.lang.Object
  extended by org.apache.openejb.server.telnet.Command
      extended by org.apache.openejb.server.telnet.Lookup

public class Lookup
extends Command


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.server.telnet.Command
Command.Arguments
 
Field Summary
 
Fields inherited from class org.apache.openejb.server.telnet.Command
commands, unknownCommand
 
Constructor Summary
Lookup()
           
 
Method Summary
 void exec(Command.Arguments args, DataInputStream in, PrintStream out)
           
 void list(String name, DataInputStream in, PrintStream out)
           
static void register()
           
 
Methods inherited from class org.apache.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

Lookup

public Lookup()
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

list

public void list(String name,
                 DataInputStream in,
                 PrintStream out)
          throws IOException
Throws:
IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.