|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PropertyKeys
This interface contains all property keys used by the Mobile Engine framework within the configuration. Each property key description contains a set of possible values for that key and the default value.
| Field Summary | |
|---|---|
static java.lang.String |
AWT_DIALOGBOXES_RESIZING
Enable dialog box resizing. Possible values: true for enable resizing or false
for disableDefault value: false |
static java.lang.String |
AWT_EXIT_MENUENTRY_DISABLED
Controls whether or not the AWT menu entry for the exit funtion is enabled or disabled. |
static java.lang.String |
AWT_LOGOFF_MENUENTRY_DISABLED
Controls whether or not the AWT menu entry for the user logoff is enabled or disabled. |
static java.lang.String |
AWT_LOGON_MENUENTRY_DISABLED
Controls whether or not the AWT menu entry for the user logon menu entry is enabled or disabled. |
static java.lang.String |
AWT_PREFERRED_HEIGHT
The preferred heigth of the Mobile Infrastructure AWT home application. |
static java.lang.String |
AWT_PREFERRED_WIDTH
The preferred width of the Mobile Infrastructure AWT home application. Possible values: any positive integer value. |
static java.lang.String |
AWT_SCROLLBARS_ENABLING
Show scrollbars within dialogs if the dialog box is too small for its content. Possible values: true show scrollbars within dialogs if
dialog box is too small for its content or false if no
scrollbars should be displayed in dialogsDefault value: false |
static java.lang.String |
AWT_SYNC_MENUENTRY_DISABLED
Controls whether or not the AWT menu entry for the sync menu entry is enabled or disabled. |
static java.lang.String |
DATACOMPRESSION_GZIP_ENABLING
Enable gzip compression while synchronization. |
static java.lang.String |
INSTALLATION_DIRECTORY
The Mobile Engine installation path. |
static java.lang.String |
JSP_UI_SERIALIZE_THREADS
Indicates whether the AbstractMEHttpServlet serializes Threads or not .Possible values: true or false. |
static java.lang.String |
MI_HOME
Specifies the Mobile Infrastructure client home page url. |
static java.lang.String |
PREFIX_FOR_DLLS_LOADED_AT_STARTUP
All dlls, that have to be loaded by the Mobile Inftrastructure framework, have to set up a configuration entry with this prefix. |
static java.lang.String |
PRINTER_IMPLEMENTATIONS
A comma separated list of Printer implementation classes. |
static java.lang.String |
RUNTIME
The UI that should be started by the Mobile Engine startup class ( com.sap.ip.me.core.Startup
). |
static java.lang.String |
RUNTIME_APPLICATION_TO_BE_STARTED_AUTOMATICALLY
The name of the application which shall be started automatically after a user logon. |
static java.lang.String |
RUNTIME_HOST
The hostname of the Mobile Infrastructure webserver. |
static java.lang.String |
RUNTIME_PORT
The port on which the Mobile Infrastructure webserver is running. |
static java.lang.String |
SETTING_LANGUAGECHECK
if not set the language test is omited and the application starts even if the language is not supported by the application. Possible values: true or falseDefault value: true |
static java.lang.String |
SYNCSETTINGS_BACKGROUNDFILTER
The setting for 'Filter on Timed Sync'. Possible values: true or falseDefault value: false (filter is not activated) |
static java.lang.String |
SYNCSETTINGS_CLIENT
The client of the SAP Web AS that will be used for synchronization. |
static java.lang.String |
SYNCSETTINGS_CONNECTION_TIMEOUT
The connection timeout in milliseconds. Possible values: any string that represents a long and -1
(no connection test)Default value: -1 |
static java.lang.String |
SYNCSETTINGS_CONNECTION_TYPE
Connection type for synchronization. Possible values: http for synchronization via http, disc
for synchronization via fileDefault value: http |
static java.lang.String |
SYNCSETTINGS_COUNTRY
The current country setting. |
static java.lang.String |
SYNCSETTINGS_GATEWAY
Deprecated. since MI 2.5 |
static java.lang.String |
SYNCSETTINGS_LANGUAGE
The current log in and synchronization language. |
static java.lang.String |
SYNCSETTINGS_LONGUSERNAME
Deprecated. since MI 2.5 |
static java.lang.String |
SYNCSETTINGS_NEW_PROTOCOL_ACTIVE
Deprecated. since MI 2.5 SP 13. With MI 2.5 SP 13 only new protocol is supported. |
static java.lang.String |
SYNCSETTINGS_PROXYPW
The password used for the proxy authorization. Possible values: any string Default value: not set |
static java.lang.String |
SYNCSETTINGS_PROXYUSER
The username used for the proxy authorization. Possible values: any string Default value: not set |
static java.lang.String |
SYNCSETTINGS_TIMEZONE
The current time zone setting. |
static java.lang.String |
SYNCSETTINGS_USER
Deprecated. since MI 2.5 |
static java.lang.String |
SYNCSETTINGS_WAITFORRESUTLS_TIMEOUT
The timeout in milliseconds to wait for results being sent from the Mobile Infrastructure Server. Possible values: any string that represents a long and -1
(wait until server sends a response; somtimes the server does not send any
response)Default value: -1 |
static java.lang.String |
TRACE_ENABLED
Enable tracing. Possible values: true for switching trace on or false
for switching offDefault value: false |
static java.lang.String |
TRACE_FILENAME
The location of the trace file (absolute or relative to the Mobile Infrastructure installation folder). Possible values: any filename. |
static java.lang.String |
TRACE_FILESIZE
The maximum size of the trace file in KB. |
static java.lang.String |
TRACE_LEVEL
The current effective trace level. Possible values: 10, 50, 60, 70
, 80, 90 and 1000 10 (fatal errors) 50 (errors) 60 (warnings) 70 (information) 10 (path information) 90 (debugging) 1000 (all) Default value: 1000 |
static java.lang.String |
TRACE_PERFORMANCELOG_ENABLED
Indicates wether the performance log is enabled or not. |
static java.lang.String |
TRACE_SAT_ENABLED
Indicates wether Single Activity Tracing (SAT) is enabled or not. |
static java.lang.String |
TRACE_USEMESSAGETYPE
Deprecated. since MI 2.5 |
static java.lang.String |
TRACE_USETIMESTAMP
Deprecated. since MI 2.5 |
| Field Detail |
|---|
static final java.lang.String AWT_DIALOGBOXES_RESIZING
true for enable resizing or false
for disablefalse
static final java.lang.String AWT_SCROLLBARS_ENABLING
true show scrollbars within dialogs if
dialog box is too small for its content or false if no
scrollbars should be displayed in dialogsfalse
static final java.lang.String AWT_PREFERRED_WIDTH
240
static final java.lang.String AWT_PREFERRED_HEIGHT
290
static final java.lang.String AWT_LOGOFF_MENUENTRY_DISABLED
true for disabling the user logoff menu
entry or false for enabling the user logoff menu entryfalse
static final java.lang.String AWT_EXIT_MENUENTRY_DISABLED
true for disabling the exit funtion or
false for enabling the exit funtionfalse
static final java.lang.String AWT_LOGON_MENUENTRY_DISABLED
true for disabling the user logon menu entry
or false for enabling the user logon menu entryfalse
static final java.lang.String AWT_SYNC_MENUENTRY_DISABLED
true for disabling the sync menu entry or
false for enabling the sync menu entryfalse
static final java.lang.String RUNTIME_APPLICATION_TO_BE_STARTED_AUTOMATICALLY
static final java.lang.String DATACOMPRESSION_GZIP_ENABLING
true for enabling compressed synchronization
or false for disabling compressed synchronizationfalse
static final java.lang.String INSTALLATION_DIRECTORY
setup.exe for Win32 setups and the link for the
Mobile Engine start on WinCE devices contains the correct path settings
too.
static final java.lang.String SYNCSETTINGS_CONNECTION_TYPE
http for synchronization via http, disc
for synchronization via filehttp
static final java.lang.String SYNCSETTINGS_GATEWAY
Empty
static final java.lang.String SYNCSETTINGS_LANGUAGE
static final java.lang.String SYNCSETTINGS_COUNTRY
static final java.lang.String SYNCSETTINGS_TIMEZONE
java.util.TimeZone
static final java.lang.String SYNCSETTINGS_LONGUSERNAME
static final java.lang.String SYNCSETTINGS_BACKGROUNDFILTER
true or false
static final java.lang.String SYNCSETTINGS_USER
static final java.lang.String SYNCSETTINGS_CLIENT
static final java.lang.String SYNCSETTINGS_PROXYUSER
static final java.lang.String SYNCSETTINGS_PROXYPW
static final java.lang.String RUNTIME
com.sap.ip.me.core.Startup
). May be used read-only awt or tomcat tomcat
static final java.lang.String SYNCSETTINGS_CONNECTION_TIMEOUT
long and -1
(no connection test)-1
static final java.lang.String SYNCSETTINGS_WAITFORRESUTLS_TIMEOUT
long and -1
(wait until server sends a response; somtimes the server does not send any
response)-1
static final java.lang.String TRACE_ENABLED
true for switching trace on or false
for switching offfalse
static final java.lang.String TRACE_LEVEL
10, 50, 60, 70
, 80, 90 and 1000
static final java.lang.String TRACE_FILENAME
/ the
filename is interpreted as relative to the SAP MI installaion folder./log/trace.txt
static final java.lang.String TRACE_FILESIZE
-1>
. 200
static final java.lang.String TRACE_USEMESSAGETYPE
true or falsetrue
static final java.lang.String TRACE_USETIMESTAMP
true or falsetrue
static final java.lang.String TRACE_PERFORMANCELOG_ENABLED
true performance log is enabled or false
= it is disabledfalse
static final java.lang.String TRACE_SAT_ENABLED
true SAT is enabled or false =
it is disabledfalse
static final java.lang.String SYNCSETTINGS_NEW_PROTOCOL_ACTIVE
true (new protocol) or false
(old protocol)true
static final java.lang.String PREFIX_FOR_DLLS_LOADED_AT_STARTUP
MobileEngine.Startup.LoadDlls.Printer.Intermec700 = javaapi, prnport, prnerr
Printer.Intermec700
can freely be chosen. The suffix may contain a-z,A-Z,0-9 and dot
characters only.
static final java.lang.String MI_HOME
http://localhost:4444/
static final java.lang.String SETTING_LANGUAGECHECK
true or falsetrue
static final java.lang.String RUNTIME_PORT
4444
static final java.lang.String RUNTIME_HOST
localhost or 127.0.0.1localhost
static final java.lang.String PRINTER_IMPLEMENTATIONS
static final java.lang.String JSP_UI_SERIALIZE_THREADS
AbstractMEHttpServlet serializes Threads or not .true or false. *
Default value: false
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||