|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.ntnu.item.router.Constants
public class Constants
A class for defining certain application-specific constants
Field Summary | |
---|---|
static java.lang.Integer |
CLICK_CHANGE_INTERVAL
Indicates how long time we will give Click to reduce the rate before we try new parameters, in seconds |
static java.lang.String |
CLICK_HANDLER_PATH
Path to Click handler where we write what streams to control |
static java.lang.Long |
SESSION_INACTIVE_LIMIT
Determines the time out limit for Silverlight sessions, older gets removed |
static java.lang.String |
WEB_GUI_XML_PATH
Path where the GUI data should be written |
static java.lang.String |
WEB_SERVER_ADDR
Determines WebServer address |
static int |
WEB_SERVER_PORT
Determines WebServer port |
Constructor Summary | |
---|---|
Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String WEB_SERVER_ADDR
public static final int WEB_SERVER_PORT
public static final java.lang.Long SESSION_INACTIVE_LIMIT
public static final java.lang.String WEB_GUI_XML_PATH
public static final java.lang.Integer CLICK_CHANGE_INTERVAL
public static final java.lang.String CLICK_HANDLER_PATH
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |