DoneCmdpublic 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. |
Constructors Summary |
---|
public DoneCmd() super("");
|
Methods Summary |
---|
public java.lang.String | Do()
String result = "All done.\n";
return result;
|
|