Class RestoreBackupApp

  • All Implemented Interfaces:
    org.jbundle.base.db.util.log.BackupConstants, org.jbundle.model.App, org.jbundle.model.db.DatabaseOwner, org.jbundle.model.Freeable, org.jbundle.model.PropertyOwner, org.jbundle.model.Service

    public class RestoreBackupApp
    extends org.jbundle.base.util.BaseApplication
    implements org.jbundle.base.db.util.log.BackupConstants
    Main Class for applet OrderEntry
    • Field Summary

      • Fields inherited from class org.jbundle.base.util.BaseApplication

        m_databaseCollection, m_env
      • Fields inherited from class org.jbundle.thin.base.util.Application

        ANDROID_IMAGE_UTIL, BASE_CLASS, BUNDLE, CREATE_USER_REQUIRED, DEFAULT_CONNECTION_TYPE, gTaskScheduler, LOCAL_SERVICE, LOGIN_REQUIRED, m_mainRemoteTask, m_mapTasks, m_muffinManager, m_PhysicalDatabaseParent, m_properties, m_resources, m_taskMain, MAIL_TO, PROPERTIES, PROXY, REMOTE_SERVICE, RESOURCES, SWING_IMAGE_UTIL, THIN_RES_PATH, TOKENS
      • Fields inherited from interface org.jbundle.base.db.util.log.BackupConstants

        BACKUP_QUEUE_NAME, BACKUP_QUEUE_TYPE, DEFAULT_PATTERN, DEFAULT_REGEX, MESSAGE_PARAM, NOTRX, SEND
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(Object env, Map<String,​Object> properties, Object applet)
      Chat Screen Constructor.
      static void main​(String[] args)
      The main() method acts as the applet's entry point when it is run as a standalone application.
      • Methods inherited from class org.jbundle.base.util.BaseApplication

        addDatabase, authenticateToken, free, getDatabase, getEnvironment, getMessageManager, getPDatabaseParent, getResourceClassName, getResources, getResPackage, getServerProperties, getUserID, getUserName, removeDatabase, setEnvironment
      • Methods inherited from class org.jbundle.thin.base.util.Application

        addTask, addUserParamsToURL, changePassword, checkSecurity, classMatch, createNewUser, createRemoteTask, getAppServerName, getBaseServletPath, getCodeBase, getCodeBase, getConnectionType, getLanguage, getLocale, getMainTask, getMessageManager, getMuffinManager, getParameterByReflection, getProperties, getProperty, getRemoteTask, getRemoteTask, getRemoteTask, getResourceBundle, getResourcePath, getResourceURL, getRootApplet, getSecurityErrorText, getString, getSystemRecordOwner, getTaskList, getTaskScheduler, login, registerUniqueApplication, removeTask, retrieveUserProperties, setLanguage, setMuffinManager, setProperties, setProperty, setResourceBundle, setRootApplet, setTaskScheduler, showTheDocument
      • Methods inherited from interface org.jbundle.model.PropertyOwner

        getProperties, getProperty, retrieveUserProperties, setProperties, setProperty
    • Constructor Detail

      • RestoreBackupApp

        public RestoreBackupApp()
        Chat Screen Constructor.
      • RestoreBackupApp

        public RestoreBackupApp​(String[] args)
        Chat Screen Constructor.
        Parameters:
        parent - Typically, you pass the BaseApplet as the parent.
    • Method Detail

      • init

        public void init​(Object env,
                         Map<String,​Object> properties,
                         Object applet)
        Chat Screen Constructor.
        Specified by:
        init in interface org.jbundle.model.App
        Overrides:
        init in class org.jbundle.base.util.BaseApplication
        Parameters:
        parent - Typically, you pass the BaseApplet as the parent.
      • main

        public static void main​(String[] args)
        The main() method acts as the applet's entry point when it is run as a standalone application. It is ignored if the applet is run from within an HTML page.