Class part2.chapter13.Consumer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class part2.chapter13.Consumer

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----part2.chapter13.Consumer

public class Consumer
extends Thread

Variable Index

 o objects

Constructor Index

 o Consumer()

Method Index

 o extract()
 o insert(Object)
 o main(String[])
 o run()

Variables

 o objects
  protected Vector objects

Constructors

 o Consumer
  public Consumer()

Methods

 o run
  public void run()
Overrides:
run in class Thread
 o extract
  protected Object extract()
 o insert
  public void insert(Object o)
 o main
  public static void main(String args[]) throws IOException, InterruptedException

All Packages  Class Hierarchy  This Package  Previous  Next  Index