| Home >> All >> example >> [ corba Javadoc ] |
example.corba: Javadoc index of package example.corba.
Package Samples:
example.corba
Classes:
StockDB: This class handles the JDBC side of things. It opens a connection to the database, and performes queries on that database. In essence, you could use this class on it's own. The rest of the classes in this example handle either the CORBA mechanism, or the frontend. Note: Before you ask, why perform a query on each call, you have to remember that an object could be changed by another client, and we need to ensure that the returned data is live and accurate. $Id: StockDB.java,v 1.1.1.1 2002/01/22 08:51:54 synmscott Exp $
StockClient: This class is the frontend to our mini CORBA application. It has no GUI, just a text frontend to keep it simple. $Id: StockClient.java,v 1.1.1.1 2002/01/22 08:51:56 synmscott Exp $
StockDispenserImpl: This class implements the server side of the example. $Id: StockDispenserImpl.java,v 1.1.1.1 2002/01/22 08:51:54 synmscott Exp $
StockItemImpl: This class implements the server side of the example. $Id: StockItemImpl.java,v 1.1.1.1 2002/01/22 08:51:54 synmscott Exp $
StockServer: This class implements the server side of the example. $Id: StockServer.java,v 1.1.1.1 2002/01/22 08:51:55 synmscott Exp $
| Home | Contact Us | Privacy Policy | Terms of Service |