FileDocCategorySizeDatePackage
ThreadWhiteboardUser.javaAPI DocExample5515Sun Feb 01 12:41:04 GMT 1998dcj.examples.Collaborative

Msg

public class Msg extends Object
Source code from "Java Distributed Computing", by Jim Farley. Class: ThreadedWhiteboardUser Examples: 10-3, 10-4 Description: A whiteboard user that handles events in a separate thread, for improved performance.

Fields Summary
public Object
data
public String
tag
Constructors Summary
public Msg(Object o, String t)

    data = o;
    tag = t;
  
Methods Summary