com.altair.hwm.webserver
Class HWMMainFrame

java.lang.Object
  extended by com.altair.hwm.webserver.HWMMainFrame

public class HWMMainFrame
extends java.lang.Object

Title: HWMMainFrame

Description: The main class for the EPIC service container

Company: Altair Engineering, Inc.


Constructor Summary
HWMMainFrame()
          Constructor
 
Method Summary
static void main(java.lang.String[] arrstrArgs)
          The main entry function
 void OnShutdownServiceContainer()
          Shutdown the container
 void OnStartServiceContainer()
          Start the container
 void OnStopServiceContainer()
          Stop the container
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HWMMainFrame

public HWMMainFrame()
Constructor

Method Detail

OnStartServiceContainer

public void OnStartServiceContainer()
Start the container


OnStopServiceContainer

public void OnStopServiceContainer()
Stop the container


OnShutdownServiceContainer

public void OnShutdownServiceContainer()
Shutdown the container


main

public static void main(java.lang.String[] arrstrArgs)
The main entry function