ecologylab.services.distributed.common
Interface SessionObjects

All Known Implementing Classes:
BrowserServices, DoubleThreadedAuthNIOServer, DoubleThreadedNIOServer, HttpGetServer, HTTPPostServer, KmlServer, NIOLoggingServer, NIOServerBase, StopMessage

public interface SessionObjects

Constants that define general ecologylab objects that get stored in the Session ObjectRegistry.

Author:
andruid

Field Summary
static java.lang.String BROWSER_SERVICES_CLIENT
           
static TranslationSpace BROWSER_SERVICES_TRANSLATIONS
           
static java.lang.String LOGGING
           
static java.lang.String MAIN_SHUTDOWNABLE
           
static java.lang.String MAIN_START_AND_STOPPABLE
           
static java.lang.String TOP_LEVEL
           
 

Field Detail

MAIN_START_AND_STOPPABLE

static final java.lang.String MAIN_START_AND_STOPPABLE
See Also:
Constant Field Values

MAIN_SHUTDOWNABLE

static final java.lang.String MAIN_SHUTDOWNABLE
See Also:
Constant Field Values

BROWSER_SERVICES_TRANSLATIONS

static final TranslationSpace BROWSER_SERVICES_TRANSLATIONS

BROWSER_SERVICES_CLIENT

static final java.lang.String BROWSER_SERVICES_CLIENT
See Also:
Constant Field Values

LOGGING

static final java.lang.String LOGGING
See Also:
Constant Field Values

TOP_LEVEL

static final java.lang.String TOP_LEVEL
See Also:
Constant Field Values