Package com.ail.core.product

Interface Summary
Product Define the interfaces that the Core class must offer to support Product functionality
ProductManager  
ProductManagerHome  
ProductManagerLocal  
ProductManagerLocalHome  
 

Class Summary
ProductDetails This class encapsulates the details which define a product's entry in the product catalog.
ProductManagerBean  
 

Exception Summary
DuplicateProductException Error thrown when an attempt is made to an attemt is made to update the product registry which would result in the creation of two products with the same name.
UnknownProductException Exception thrown when an attempt is made to access a product that is unknown to the product registry.