|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HWMClientComm | |
---|---|
com.altair.hwm.comm | |
com.altair.hwm.comm.hm | |
com.altair.hwm.interfaces | |
com.altair.hwm.toolkit.hwpm | |
com.altair.hwm.toolkit.page | |
com.altair.hwm.toolkit.workflow |
Uses of HWMClientComm in com.altair.hwm.comm |
---|
Methods in com.altair.hwm.comm that return HWMClientComm | |
---|---|
HWMClientComm |
HWMCommMgr.ConnectToApp(java.lang.String szSessionName,
java.lang.String strAddress,
int nPort)
Purpose: Connects to any generic application that is listening at a specified port. |
HWMClientComm |
HWMCommMgr.GetClientComm(java.lang.String strSessionName)
Purpose: Searches the HashTable for the HWMClientComm that is associated with a given session name. |
HWMClientComm |
HWMCommMgr.StartApp(java.lang.String szApp,
java.lang.String[] arrszArgs,
java.lang.String szWorkingDir,
java.lang.String szSessionName)
Purpose: Starts any generic application. |
Uses of HWMClientComm in com.altair.hwm.comm.hm |
---|
Subclasses of HWMClientComm in com.altair.hwm.comm.hm | |
---|---|
class |
HWMCommHM
Title: HWMCommHM |
Uses of HWMClientComm in com.altair.hwm.interfaces |
---|
Methods in com.altair.hwm.interfaces with parameters of type HWMClientComm | |
---|---|
void |
IHWMFrameWork.HandleSessionMessages(HWMClientComm hwmSession,
boolean bStart)
Request the framework to handle/stop handling the HWPM script messages received by the comm session. |
Uses of HWMClientComm in com.altair.hwm.toolkit.hwpm |
---|
Subclasses of HWMClientComm in com.altair.hwm.toolkit.hwpm | |
---|---|
class |
HWMCommPM
Title: HWMCommPM |
Uses of HWMClientComm in com.altair.hwm.toolkit.page |
---|
Methods in com.altair.hwm.toolkit.page with parameters of type HWMClientComm | |
---|---|
void |
HWMModelInstance.HandleSessionMessages(HWMClientComm hwmSession,
boolean bStart)
Request the framework to handle/stop handling the HWPM script messages received by the comm session. |
void |
HWMAppModelInstance.HandleSessionMessages(HWMClientComm hwmSession,
boolean bStart)
Request the framework to handle/stop handling the HWPM script messages received by the comm session. |
Uses of HWMClientComm in com.altair.hwm.toolkit.workflow |
---|
Methods in com.altair.hwm.toolkit.workflow with parameters of type HWMClientComm | |
---|---|
void |
HWMWorkflowModel.TCLClose(HWMClientComm hwmClientComm,
HWMWorkflowNode hwmNode,
java.lang.String strCmd)
Utility method that closes the TCL UI |
void |
HWMWorkflowModel.TCLDisplay(HWMClientComm hwmClientComm,
HWMWorkflowNode hwmNode,
java.lang.String strCmd)
Utility method that displays the TCL script |
void |
HWMWorkflowModel.TCLExecute(HWMClientComm hwmClientComm,
HWMWorkflowNode hwmNode,
java.lang.String strCmd)
Utility method that executes the TCL script |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |