Class IhmDemoMain


  • public class IhmDemoMain
    extends java.lang.Object
    Ihm-demo web application
    • Constructor Summary

      Constructors 
      Constructor Description
      IhmDemoMain​(java.lang.String configurationFile)
      Constructor with configuration file name
      IhmDemoMain​(java.lang.String configurationFile, java.lang.Class<? extends javax.ws.rs.core.Application> testBusinessApplication, java.lang.Class<? extends javax.ws.rs.core.Application> testAdminApplication)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method to run the application (doing start and join)
      void start()  
      void startAndJoin()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait