All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.beans.script.SCRRTClient

public interface interface SCRRTClient
The run-time scripting client interface is implemented by the object that requires a run-time scripting environment.

See Also:
SCRRTEnvironment

Method Index

 o terminateRequest(SCRRTEnvironment)
This method is called by the runtime scripting component when the runtime scripting component initiates a terminate request.

Methods

 o terminateRequest
 public abstract boolean terminateRequest(SCRRTEnvironment scrEnv)
This method is called by the runtime scripting component when the runtime scripting component initiates a terminate request. The SCRClient is responsible for preparing itself for terminating script execution.

Parameters:
scrEnv - The runtime scripting environment.
Returns:
true if scrEnv.terminateScript() is called; false otherwise.

All Packages  Class Hierarchy  This Package  Previous  Next  Index