|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.webserver.HWMServiceContainer
public class HWMServiceContainer
Title: HWMServiceContainer
Description: The service container in EPIC
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMServiceContainer()
Constructor |
Method Summary | |
---|---|
void |
RegisterService(java.lang.String strContextPath,
java.lang.String strDocBase,
java.lang.String strDebug,
boolean bReloadable,
java.util.Iterator itParams)
Registers a service |
void |
ShutdownContainer()
This method stops Tomcat server running on a given port. |
void |
StartTomcat()
This method Starts the Tomcat server. |
void |
StopTomcat()
This method Stops the Tomcat server. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMServiceContainer()
Method Detail |
---|
public void StartTomcat() throws java.lang.Exception
java.lang.Exception
public void StopTomcat() throws java.lang.Exception
java.lang.Exception
public void ShutdownContainer() throws java.lang.Exception
java.lang.Exception
public void RegisterService(java.lang.String strContextPath, java.lang.String strDocBase, java.lang.String strDebug, boolean bReloadable, java.util.Iterator itParams) throws java.lang.Exception
strContextpath
- The path of the servicestrDocBase
- The path on the system to the war or dirstrDebug
- If the service should output debug logsbReloadable
- Flag indicating if this service should be
reloadableitParams
- The iterator for params. can be null.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |