Class Summary |
AlertDatabase |
This class provides an implementation of the Database
class specific to alert records. |
Database |
This class provides a wrapper class for the
RecordStore class. |
Stock |
This is a utility class that is used to parse data obtained from either
the quote server or the database and break it into fields for easy use
rather than spreading the parsing code around to a thousand different places
through out the program. |
StockDatabase |
This class provides an implementation for the Database
class specific to stock records. |
StockMIDlet |
The MIDlet application class that we'll run for the Stock Demo. |