org.apache.james.remotemanager
Class EchoCommand

java.lang.Object
  extended by org.apache.james.remotemanager.EchoCommand
All Implemented Interfaces:
org.apache.james.remotemanager.Command

public class EchoCommand
extends java.lang.Object
implements org.apache.james.remotemanager.Command


Constructor Summary
EchoCommand()
           
 
Method Summary
 boolean execute(java.lang.String args, java.io.PrintWriter out)
           
 java.lang.String getName()
           
 java.lang.String help()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoCommand

public EchoCommand()
Method Detail

execute

public boolean execute(java.lang.String args,
                       java.io.PrintWriter out)
Specified by:
execute in interface org.apache.james.remotemanager.Command

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.james.remotemanager.Command

help

public java.lang.String help()
Specified by:
help in interface org.apache.james.remotemanager.Command


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.