All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaGroups.Gui.QueueViewer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----JavaGroups.Gui.QueueViewer

public class QueueViewer
extends Frame
implements Observer

Constructor Index

 o QueueViewer(String, Queue, Queue)

Method Index

 o ClearDownQueue()
 o ClearUpQueue()
 o Down(Object)
 o main(String[])
 o PassDown(Object)
 o PassUp(Object)
 o Up(Object)
 o Update()

Constructors

 o QueueViewer
 public QueueViewer(String name,
                    Queue up,
                    Queue dn)

Methods

 o Update
 public synchronized void Update()
 o ClearUpQueue
 public void ClearUpQueue()
 o ClearDownQueue
 public void ClearDownQueue()
 o Up
 public synchronized void Up(Object obj)
 o Down
 public synchronized void Down(Object obj)
 o PassUp
 public synchronized void PassUp(Object obj)
 o PassDown
 public synchronized void PassDown(Object obj)
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index