All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orderprocessing.InventoryManager

java.lang.Object
   |
   +----orderprocessing.InventoryManager

public class InventoryManager
extends java.lang.Object
This class manages inventory and responds to requests from an OrderProcessor


Variable Index

 o standardInventoryManager

Constructor Index

 o InventoryManager()

Method Index

 o available(OrderItem)
Tells if a given order can be filled now

Variables

 o standardInventoryManager
 public static orderprocessing.InventoryManager standardInventoryManager

Constructors

 o InventoryManager
 public InventoryManager()

Methods

 o available
 public orderprocessing.OrderItem available(orderprocessing.OrderItem order)
Tells if a given order can be filled now


All Packages  Class Hierarchy  This Package  Previous  Next  Index