apps.mtdesktop
Class MTDesktopConfigurations

java.lang.Object
  extended by apps.mtdesktop.MTDesktopConfigurations

public class MTDesktopConfigurations
extends java.lang.Object

The Class MTDesktopConfigurations.


Field Summary
static int CLINET_CONNECTION_UPDATE
          The clinet connection update.
static float defaultRadarImageScale
          The default radar image scale.
static java.lang.String desktopTempFolder
          The desktop temp folder.
static java.lang.String FTP_SERVLET_PATH
          The Constant FTP_SERVLET_PATH.
static java.lang.String FTP_SERVLET_URL
          The ftp servlet url.
static java.lang.String inboxFolder
          The inbox folder.
static java.lang.String OutboxFolder
          The Outbox folder.
static int SERVER_PORT
          The Constant SERVER_PORT.
static java.lang.String SERVER_URL
          The server url.
static java.lang.String SITE_PATH
          The Constant SITE_PATH.
static int SNAPSHOT_UPDATE_DELAY
          The snapshot update delay.
static int TABLE_SEARCH_DELAY
          The table search delay.
static TableIdentity tableId
          The table id.
static java.lang.String tabletopTempFolder
          The tabletop temp folder.
static java.lang.String vncPassword
          The vnc password.
static int vncPort
          The vnc port.
 
Constructor Summary
MTDesktopConfigurations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLINET_CONNECTION_UPDATE

public static int CLINET_CONNECTION_UPDATE
The clinet connection update.


defaultRadarImageScale

public static float defaultRadarImageScale
The default radar image scale.


desktopTempFolder

public static java.lang.String desktopTempFolder
The desktop temp folder.


FTP_SERVLET_PATH

public static final java.lang.String FTP_SERVLET_PATH
The Constant FTP_SERVLET_PATH.

See Also:
Constant Field Values

FTP_SERVLET_URL

public static java.lang.String FTP_SERVLET_URL
The ftp servlet url.


inboxFolder

public static java.lang.String inboxFolder
The inbox folder.


OutboxFolder

public static java.lang.String OutboxFolder
The Outbox folder.


SERVER_PORT

public static final int SERVER_PORT
The Constant SERVER_PORT.

See Also:
Constant Field Values

SERVER_URL

public static java.lang.String SERVER_URL
The server url.


SITE_PATH

public static final java.lang.String SITE_PATH
The Constant SITE_PATH.

See Also:
Constant Field Values

SNAPSHOT_UPDATE_DELAY

public static int SNAPSHOT_UPDATE_DELAY
The snapshot update delay.


TABLE_SEARCH_DELAY

public static int TABLE_SEARCH_DELAY
The table search delay.


tableId

public static TableIdentity tableId
The table id.


tabletopTempFolder

public static java.lang.String tabletopTempFolder
The tabletop temp folder.


vncPassword

public static java.lang.String vncPassword
The vnc password.


vncPort

public static int vncPort
The vnc port.

Constructor Detail

MTDesktopConfigurations

public MTDesktopConfigurations()