|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMViewComm
public class HMViewComm
Title: HMViewComm
Description: This class provides the actual communication with HyperMesh to change the view of the model. This can be used by beans that needs the functionality of HMView bean but not its UI.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HMViewComm(HWMCommMgr hwmCommMgr)
Constructor. |
Method Summary | |
---|---|
void |
ShowBottomView(java.lang.String strSessionName)
Shows the bottom view of a model |
void |
ShowClockwiseView(java.lang.String strSessionName)
Shows the clockwise view of a model |
void |
ShowCounterClockwiseView(java.lang.String strSessionName)
Shows the counter clockwise view of a model |
void |
ShowFrontView(java.lang.String strSessionName)
Shows the front view of a model |
void |
ShowISO1View(java.lang.String strSessionName)
Shows the ISO1 view of a model |
void |
ShowLeftView(java.lang.String strSessionName)
Shows the left view of a model |
void |
ShowRearView(java.lang.String strSessionName)
Shows the rear view of a model |
void |
ShowReverseView(java.lang.String strSessionName)
Shows the reverse view of a model |
void |
ShowRightView(java.lang.String strSessionName)
Shows the rightside view of a model |
void |
ShowTopView(java.lang.String strSessionName)
Shows the top view of a model |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMViewComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public void ShowLeftView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowTopView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowRearView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowISO1View(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowClockwiseView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowRightView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowBottomView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowFrontView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowReverseView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic void ShowCounterClockwiseView(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HM
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 |