org.mule.example.bookstore
Class DataWarehouse

java.lang.Object
  extended by org.mule.example.bookstore.DataWarehouse

public class DataWarehouse
extends Object

Tracks statistics on book orders.


Constructor Summary
DataWarehouse()
           
 
Method Summary
protected  String getBestSeller()
           
protected  String printHtmlStats()
           
 String updateStats(Order order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataWarehouse

public DataWarehouse()
Method Detail

updateStats

public String updateStats(Order order)

getBestSeller

protected String getBestSeller()

printHtmlStats

protected String printHtmlStats()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.