|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMStartComm
public class HMStartComm
Title: HMStartComm
Description: This class provides the actual functionality of starting HyperMesh and establishing communication with HyperMesh This can be used by beans that needs the functionality of HMStart bean but not its UI.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HMStartComm(HWMCommMgr hwmCommMgr)
Constructor. |
Method Summary | |
---|---|
void |
ExitHyperMesh(java.lang.String strSessionName)
Exits HM using the session name |
void |
StartHyperMesh(java.lang.String strSessionName,
java.lang.String strHMPath,
java.lang.String strWorkingDir)
Starts HyperMesh. |
void |
StartMotion(java.lang.String strSessionName,
java.lang.String strAppPath,
java.lang.String strWorkingDir)
Starts one of the applications from the Motion suite. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMStartComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public void StartHyperMesh(java.lang.String strSessionName, java.lang.String strHMPath, java.lang.String strWorkingDir) throws java.lang.Exception
strSessionName
- Session namestrHMPath
- Absolute path to Hypermesh applicationstrWorkingDir
- Working directory to use
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void StartMotion(java.lang.String strSessionName, java.lang.String strAppPath, java.lang.String strWorkingDir) throws java.lang.Exception
strSessionName
- Session namestrAppPath
- Absolute path to Motion applicationstrWorkingDir
- Working directory to use
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ExitHyperMesh(java.lang.String strSessionName)
strSessionName
- The name of the HM session to end
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |