no.ntnu.item.router
Class Constants

java.lang.Object
  extended by no.ntnu.item.router.Constants

public class Constants
extends java.lang.Object

A class for defining certain application-specific constants

Author:
Kristian Haugene

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

WEB_SERVER_ADDR

public static final java.lang.String WEB_SERVER_ADDR
Determines WebServer address

See Also:
Constant Field Values

WEB_SERVER_PORT

public static final int WEB_SERVER_PORT
Determines WebServer port

See Also:
Constant Field Values

SESSION_INACTIVE_LIMIT

public static final java.lang.Long SESSION_INACTIVE_LIMIT
Determines the time out limit for Silverlight sessions, older gets removed


WEB_GUI_XML_PATH

public static final java.lang.String WEB_GUI_XML_PATH
Path where the GUI data should be written

See Also:
Constant Field Values

CLICK_CHANGE_INTERVAL

public static final 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


CLICK_HANDLER_PATH

public static final java.lang.String CLICK_HANDLER_PATH
Path to Click handler where we write what streams to control

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()