Class RestoreBackupApp
- java.lang.Object
-
- org.jbundle.thin.base.util.Application
-
- org.jbundle.base.util.BaseApplication
-
- org.jbundle.app.program.manual.backup.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.BackupConstantsMain Class for applet OrderEntry
-
-
Field Summary
-
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
-
-
Constructor Summary
Constructors Constructor Description RestoreBackupApp()Chat Screen Constructor.RestoreBackupApp(String[] args)Chat Screen Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(Object env, Map<String,Object> properties, Object applet)Chat Screen Constructor.static voidmain(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
-
-
-
-
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:
initin interfaceorg.jbundle.model.App- Overrides:
initin classorg.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.
-
-