Interface: IPHXHaltableComponent
Last update: 16.07.2025Package: com.phoenix_int.aserver
Related Interfaces and Classes
IPHXComponent,IPHXAnalysis,IPHXDriver,PHXSimpleSelfManager,PHXSimpleSelfManager2,PHXSimpleSelfManager3,PHXComponentBranch,PHXComponentDescription,PHXComponentVersion,PHXGroup,PHXMethodDescriptor,PHXPropertyDescriptor,PHXVariableInfo,PHXDFTException,PHXNoSuchObjectException,PHXNoSuchWriteableObjectException,PHXInvokeReturn,PHXNameAlreadyInUseException,PHXInvalidNameException
Declaration
public interface IPHXHaltableComponent
This is a specialized interface for ModelCenter Remote Execution. If a component implements this interface, the MCRE will call this method if a connection is lost prior to ending the component. The method is useful to halt components that are currently running when a connection is lost.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
void |
halt()Notifies the component to stop doing whatever it is currently doing. |
Method Detail
halt
void halt()
throws java.lang.Exception
Notifies the component to stop doing whatever it is currently doing.
Throws:
java.lang.Exception- thrown if the function does not complete successfully