|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMSelectComm
public class HMSelectComm
Title: HMSelectComm
Description: This class provides the actual communication with HyperMesh to select entities. This can be used by beans that needs the functionality of HMSelect bean but not its UI.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HMSelectComm(HWMCommMgr hwmCommMgr)
Constructor |
Method Summary | |
---|---|
java.util.Vector |
GetParsedResult()
Returns the response from HM as a vector. |
HWMResponseHandle |
GetResponseHandle()
Returns the result received from HM as a class HWMResponseHandle |
java.lang.String |
Select(java.lang.String strSessionName,
java.lang.String strEntityType,
java.lang.String strSelectionType)
Selects the given entity in a model in HM |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMSelectComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public java.lang.String Select(java.lang.String strSessionName, java.lang.String strEntityType, java.lang.String strSelectionType) throws java.lang.Exception
strSessionName
- Session name to use for communicating with HMstrEntityType
- The type of entity to select i.e. surface, elementsstrSelectionType
- The selection type that is used. It could be
all, displayed or selected by the user.
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occuredpublic java.util.Vector GetParsedResult()
public HWMResponseHandle GetResponseHandle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |