FileDocCategorySizeDatePackage
PostCmd.javaAPI DocExample457Thu Jan 08 22:12:54 GMT 1998dcj.examples

PostCmd

public class PostCmd extends SimpleCmd
Source code from "Java Distributed Computing", by Jim Farley. Class: PostCmd Example: 1-1 Description: A command sent between two agents, used to post data from the sender to the receiver.

Fields Summary
Constructors Summary
public PostCmd(String s)

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

    String result = arg + " Posted\n";
    return result;