Class QuoteClient

All Implemented Interfaces:
ActionListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, MembershipListener

public class QuoteClient extends Frame implements WindowListener, ActionListener, MembershipListener
Used in conjunction with QuoteServer: a client is member of a group of quote servers which replicate stock quotes among themselves. The client broadcasts its request (set, get quotes) and (in the case of get waits for the first reply received (usually the one from the quote server closest to it). The client can get and set quotes as long as a minimum of 1 server (in the group) is running.
Author:
Bela Ban
See Also:
  • Constructor Details

    • QuoteClient

      public QuoteClient()
  • Method Details