urv.app
Class AppLauncher

java.lang.Object
  extended by urv.app.AppLauncher

public class AppLauncher
extends java.lang.Object

This class is responsible of run the application defined in the omolsr.properties file as APPLICATION property. This execution could be real execution or emulated.

Author:
Gerard Paris Aixala, Marcel Arrufat Arias

Constructor Summary
AppLauncher()
           
 
Method Summary
 ChannelGenerator getChannelGenerator()
           
 EmulationController getEmulationController()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLauncher

public AppLauncher()
Method Detail

main

public static void main(java.lang.String[] args)

getChannelGenerator

public ChannelGenerator getChannelGenerator()
Returns:
the channelGenerator

getEmulationController

public EmulationController getEmulationController()