org.eodisp.hla.crc.application
Class CrcApplication

java.lang.Object
  extended by org.eodisp.util.RootApp
      extended by org.eodisp.hla.crc.application.CrcApplication

public class CrcApplication
extends org.eodisp.util.RootApp

Version:
$Id:$
Author:
ibirrer

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eodisp.util.RootApp
org.eodisp.util.RootApp.RunState
 
Field Summary
static java.lang.String APP_DESCRIPTION
           
static java.lang.String APP_NAME
           
static java.io.File DEFAULT_WORKING_DIR
          The complete path of the default working directory of the central rti component (crc), this is: {user.home}/.eodisp/crc
static java.lang.Class MAIN_CLASS
          The main class of the central RTI component
 
Fields inherited from class org.eodisp.util.RootApp
WORKING_DIR_SYSTEM_PROPERTY
 
Constructor Summary
CrcApplication()
           
 
Method Summary
 CrcAppModule getCrcAppModule()
          Returns the Central RTI Component application module
 org.eodisp.remote.application.RemoteAppModule getRemoteAppModule()
          Returns the remote application module
 
Methods inherited from class org.eodisp.util.RootApp
execute, executeAdditionalAppModules, getAppModule, getConfiguration, getConfigurationDir, getDataDir, getDefaultWorkingDir, getDescription, getName, getRunState, getWorkingDir, initJsap, initLogger, initWorkingDirs, loadConfigurationsFromCommandLine, loadConfigurationsFromFile, registerAppModule, registerConfiguration, registerConfiguration, registerConfiguration, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_NAME

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

APP_DESCRIPTION

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

DEFAULT_WORKING_DIR

public static final java.io.File DEFAULT_WORKING_DIR
The complete path of the default working directory of the central rti component (crc), this is: {user.home}/.eodisp/crc


MAIN_CLASS

public static final java.lang.Class MAIN_CLASS
The main class of the central RTI component

Constructor Detail

CrcApplication

public CrcApplication()
Method Detail

getCrcAppModule

public CrcAppModule getCrcAppModule()
Returns the Central RTI Component application module

Returns:
the CRC application module

getRemoteAppModule

public org.eodisp.remote.application.RemoteAppModule getRemoteAppModule()
Returns the remote application module

Returns:
the remote application module