javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/storagehandler/OtaStatusHandler.java
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
    42  * commit its storage changes.
    42  * commit its storage changes.
    43  *
    43  *
    44  * Because JavaStorage limits the number of concurrent sessions to
    44  * Because JavaStorage limits the number of concurrent sessions to
    45  * one for each database, the OtaStatusHandler uses a separate
    45  * one for each database, the OtaStatusHandler uses a separate
    46  * JavaOtaStorage database for storing the OTA status notifications.
    46  * JavaOtaStorage database for storing the OTA status notifications.
    47  *
       
    48  * @author Nokia Corporation
       
    49  * @version $Rev: 9041 $ $Date: 2009-12-07 18:36:08 +0200 (Mon, 07 Dec 2009) $
       
    50  */
    47  */
    51 public class OtaStatusHandler
    48 public class OtaStatusHandler
    52 {
    49 {
    53 
    50 
    54     /**
    51     /**