org.eodisp.hla.lrc.application
Class LrcAppModule
java.lang.Object
org.eodisp.hla.lrc.application.LrcAppModule
- All Implemented Interfaces:
- org.eodisp.util.AppModule
public class LrcAppModule
- 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- The Id of this Application Module.
LrcAppModule
public LrcAppModule()
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
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
getLrc
public Lrc getLrc()
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