org.eodisp.hla.crc.application
Class CrcAppModule

java.lang.Object
  extended by org.eodisp.hla.crc.application.CrcAppModule
All Implemented Interfaces:
org.eodisp.util.AppModule

public class CrcAppModule
extends java.lang.Object
implements org.eodisp.util.AppModule

Application module for the central RTI component.

Version:
$Id:$
Author:
ibirrer

Field Summary
static java.lang.String ID
          The Id of this Application Module.
 
Constructor Summary
CrcAppModule()
           
 
Method Summary
 Crc getCrc()
          Return the singleton instance of the CRC.
 CrcRemote getCrcRemote()
          Returns the remote proxy of the CRC.
 java.lang.String getId()
          
 void postShutdown(org.eodisp.util.RootApp rootApp)
          
 void preStartup(org.eodisp.util.RootApp rootApp)
          
 void registerConfiguration(org.eodisp.util.RootApp rootApp)
          
 void shutdown(org.eodisp.util.RootApp rootApp)
          
 void startup(org.eodisp.util.RootApp rootApp)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
The Id of this Application Module.

Constructor Detail

CrcAppModule

public CrcAppModule()
Method Detail

getId

public java.lang.String getId()

Specified by:
getId in interface org.eodisp.util.AppModule

registerConfiguration

public void registerConfiguration(org.eodisp.util.RootApp rootApp)
                           throws java.lang.Exception

Specified by:
registerConfiguration in interface org.eodisp.util.AppModule
Throws:
java.lang.Exception

preStartup

public void preStartup(org.eodisp.util.RootApp rootApp)
                throws java.lang.Exception

Specified by:
preStartup in interface org.eodisp.util.AppModule
Throws:
java.lang.Exception

startup

public void startup(org.eodisp.util.RootApp rootApp)
             throws java.lang.Exception

Specified by:
startup in interface org.eodisp.util.AppModule
Throws:
java.lang.Exception

shutdown

public void shutdown(org.eodisp.util.RootApp rootApp)
              throws java.lang.Exception

Specified by:
shutdown in interface org.eodisp.util.AppModule
Throws:
java.lang.Exception

postShutdown

public void postShutdown(org.eodisp.util.RootApp rootApp)
                  throws java.lang.Exception

Specified by:
postShutdown in interface org.eodisp.util.AppModule
Throws:
java.lang.Exception

getCrc

public Crc getCrc()
Return the singleton instance of the CRC.

Returns:
the singleton instance of the CRC.

getCrcRemote

public CrcRemote getCrcRemote()
Returns the remote proxy of the CRC.

Returns:
the remote proxy of the CRC.