|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionRequestHandler
The basic interface for requests to execute actions .
Method Summary | |
---|---|
List |
getMessages()
As the execution happens, the action handler is responsible for storing a list of all the messages that occur in the case of component failure. |
IRuntimeContext |
getRuntime(String requestHandle)
Gets the runtime. |
IRuntimeContext |
handleActionAsyncRequest()
Executes an action sequence asynchronously. |
IRuntimeContext |
handleActionRequest(int timeout,
int timeoutType)
Responsible for executing the action using the solution engine. |
void |
setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback createFeedbackParameterCallback)
|
void |
setForcePrompt(boolean forcePrompt)
Sets whether to force the generation of a prompt page |
Method Detail |
---|
IRuntimeContext handleActionRequest(int timeout, int timeoutType)
timeout
- Timeout for the execution - currently ignored in the BasetimeoutType
- - currently ignored in the Base
BaseRequestHandler
IRuntimeContext handleActionAsyncRequest()
IRuntimeContext getRuntime(String requestHandle)
requestHandle
-
List getMessages()
void setCreateFeedbackParameterCallback(ICreateFeedbackParameterCallback createFeedbackParameterCallback)
void setForcePrompt(boolean forcePrompt)
forcePrompt
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |