Package EMIDA.db

Examples of EMIDA.db.DataStoreFactory


     * started. The method is called before the
     * <code>startMIDlet</code> method.
     */
    private void initialize() {//GEN-END:|0-initialize|0|0-preInitialize
        // write pre-initialize user code here
        dataFactory = new DataStoreFactory();
        this.propertyStore = dataFactory.makeRecordStoreImpl(Constants.DATA_STORE_PROPERTIES_NAME);
        this.carriersStore = dataFactory.makeRecordStoreImpl(Constants.DATA_STORE_CARRIERS_NAME);
        this.statesStore  = dataFactory.makeRecordStoreImpl(Constants.DATA_STORE_STATES_NAME);

        fillStatesDataBase();
View Full Code Here

TOP

Related Classes of EMIDA.db.DataStoreFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.