|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHWMControl
Title: IHWMControl
Description: This is the interface that should be implemented by beans that need to communicate with HWM Application.
Company: Altair Engineering, Inc.
Method Summary | |
---|---|
void |
OnExit()
Invoked by the HWM application when the bean is being destroyed. |
void |
Play()
The play method needs to execute the functionaliy. |
void |
Run()
Invoked by the HWM application when all the beans are loaded and the application can run. |
void |
SetBeanName(java.lang.String strBeanName)
Set the name of the bean |
void |
SetFrameWork(IHWMFrameWork hwmFrameWork)
This method is called by the HWM Application to set the interface with which a bean can communicate directly with the HWM application. |
Method Detail |
---|
void SetFrameWork(IHWMFrameWork hwmFrameWork)
hwmFrameWork
- The interface with which a bean can communicate with
the HWM application.void SetBeanName(java.lang.String strBeanName)
strBeanName
- The name of this bean as the framework knows it to be.
Will be useful, if the bean chooses to scope its data in the datamodel -
especially if multiple instances of the same bean appear in the processvoid OnExit()
void Run()
void Play() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |