com.phoenix_int.aserver
Interface IPHXHaltableComponent
public interface IPHXHaltableComponent
This is a specialized interface for the Analysis Server. If a component
implements this interface, the Analysis Server 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 |
void |
halt()
notifies the component to stop doing whatever it is currently
doing. |
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 succesfully