|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDatabaseCommunication.CoffeeManager
| Field Summary | |
private java.sql.Connection |
con
|
| Constructor Summary | |
CoffeeManager()
This is the contructor for CoffeeManager.java This class manages communication with the application database that is related to coffees. |
|
| Method Summary | |
Coffee_Data[] |
readAllCoffees()
This method is being used for obtaining all the coffee types existing in the application database. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.sql.Connection con
| Constructor Detail |
public CoffeeManager()
| Method Detail |
public Coffee_Data[] readAllCoffees()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||