Package com.storedobject.core
Class ApplicationServer
java.lang.Object
com.storedobject.core.ApplicationServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanExecute(Logic logic) booleancheckDeviceSize(Logic logic) voidclose()voidcreateLogicList(LogicGroup logicGroup) voidbooleanexecuted(long period) Check whether some logic was executed in the time period or not.static Stringstatic Stringstatic StringgetDate()static booleanstatic booleangetGlobalBooleanProperty(String key, boolean defaultValue) static booleangetGlobalBooleanProperty(String key, boolean defaultValue, boolean checkDB) static StringgetGlobalProperty(String key) static StringgetGlobalProperty(String key, boolean checkDB) static StringgetGlobalProperty(String key, String defaultValue) static StringgetGlobalProperty(String key, String defaultValue, boolean checkDB) static Stringstatic Stringstatic Stringstatic Stringstatic StringguessClass(String name) static voidinitialize(String propertiesFileName) static voidinitialize(String propertiesFileName, String link) static voidinitialize(String propertiesFileName, Properties variables) static voidinitialize(Properties properties) booleanisAdmin()booleanbooleanbooleanisError()booleanvoidkick()Give a kick to the application server to keep it active.static voidstatic voidstatic voidstatic voidstatic voidpopulateMenu(ApplicationMenu menu, SystemUser menuUser) static intGet the row count of a raw table.static StringrunMode()voidshowNotification(String text) static SystemUserverifyLoginBlock(String loginBlock) static SystemUserverifyLoginBlock(String loginBlock, Device device) voidview(ContentProducer producer)
-
Constructor Details
-
ApplicationServer
-
-
Method Details
-
isError
public boolean isError() -
doDeviceLayout
public void doDeviceLayout() -
getDate
-
getDevice
-
checkDeviceSize
-
canExecute
-
getLogFile
-
getGlobalProperty
-
getGlobalProperty
-
getGlobalProperty
-
getGlobalProperty
-
getGlobalBooleanProperty
-
getGlobalBooleanProperty
-
getGlobalBooleanProperty
-
getPackageName
-
getPackageId
-
getApplicationName
-
getApplicationSite
-
guessClass
-
showNotification
-
execute
-
execute
-
execute
-
execute
-
execute
-
execute
-
execute
-
verifyLoginBlock
-
verifyLoginBlock
-
isAdmin
public boolean isAdmin() -
isDeveloper
public boolean isDeveloper() -
isConnector
public boolean isConnector() -
isScheduler
public boolean isScheduler() -
close
public void close() -
close
-
log
-
log
-
log
-
log
-
log
-
getLicenseStatus
-
getTransactionManager
-
getDateFormat
-
view
-
runMode
-
initialize
-
initialize
-
initialize
-
initialize
-
getCopyright
-
createLogicList
-
populateMenu
-
rowCount
-
executed
public boolean executed(long period) Check whether some logic was executed in the time period or not.- Parameters:
period- Time period in milliseconds from now.- Returns:
- True/false.
-
kick
public void kick()Give a kick to the application server to keep it active.
-