Package com.storedobject.core
Class ApplicationServer
java.lang.Object
com.storedobject.core.ApplicationServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
canExecute
(Logic logic) boolean
checkDeviceSize
(Logic logic) void
close()
void
createLogicList
(LogicGroup logicGroup) void
boolean
executed
(long period) Check whether some logic was executed in the time period or not.static String
static String
static String
getDate()
static boolean
static boolean
getGlobalBooleanProperty
(String key, boolean defaultValue) static boolean
getGlobalBooleanProperty
(String key, boolean defaultValue, boolean checkDB) static String
getGlobalProperty
(String key) static String
getGlobalProperty
(String key, boolean checkDB) static String
getGlobalProperty
(String key, String defaultValue) static String
getGlobalProperty
(String key, String defaultValue, boolean checkDB) static String
static String
static String
static String
static String
guessClass
(String name) static void
initialize
(String propertiesFileName) static void
initialize
(String propertiesFileName, String link) static void
initialize
(String propertiesFileName, Properties variables) static void
initialize
(Properties properties) boolean
isAdmin()
boolean
boolean
boolean
isError()
boolean
void
kick()
Give a kick to the application server to keep it active.static void
static void
static void
static void
static void
populateMenu
(ApplicationMenu menu, SystemUser menuUser) static int
Get the row count of a raw table.static String
runMode()
void
showNotification
(String text) static SystemUser
verifyLoginBlock
(String loginBlock) static SystemUser
verifyLoginBlock
(String loginBlock, Device device) void
view
(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.
-