FileDocCategorySizeDatePackage
DoneCmd.javaAPI DocExample418Thu Jan 08 22:08:50 GMT 1998dcj.examples

DoneCmd

public class DoneCmd extends SimpleCmd
Source code from "Java Distributed Computing", by Jim Farley. Class: DoneCmd Example: 1-1 Description: A command sent between two agents, used to indicate that an interactive session is finished.

Fields Summary
Constructors Summary
public DoneCmd()

 super(""); 
Methods Summary
public java.lang.StringDo()

    String result = "All done.\n";
    return result;