|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.beans.hm.HMEvalTCLComm
public class HMEvalTCLComm
Title: HMEvalTCLComm
Description: This class provides the actual communication with HyperMesh to evaluate a TCL script file. This can be used by beans that need the functionality of HMEvalTCL bean but not its UI.
Company: Altair Engineering, Inc.
| Constructor Summary | |
|---|---|
HMEvalTCLComm(HWMCommMgr hwmCommMgr)
Constructor |
|
| Method Summary | |
|---|---|
void |
EvalTCL(java.lang.String strSessionName,
java.lang.String strScriptFileName)
Sends a eval tcl script command to HM vis HWMComm layer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HMEvalTCLComm(HWMCommMgr hwmCommMgr)
hwmCommMgr - The communication manager wqhich facilitates the
communication with HM| Method Detail |
|---|
public void EvalTCL(java.lang.String strSessionName,
java.lang.String strScriptFileName)
throws java.lang.Exception
strSesionName - Session name to use for communication with HMstrScriptFileName - The TCL file that needs to be evaluated
java.lang.Exception - thrown if the command fails. "getMessage" will give
the description of the error that occured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||