|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PRRequestProcessor
PegaRULES engine Request Processor interface. Used by Agents to process advanced queues and by Service activities to retrieve results of asynchronous execution of the Service Requests
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
void |
dequeueExecutionRequest(java.lang.String aExecutionRequestID,
StringMap aOptions)
Retrieve an execution request from the queue using its unique ID |
int |
processQueue(java.lang.String aQueueClass,
StringMap aOptions)
Process execution requests stored in the queue |
void |
processServiceRequest(java.lang.String aQueueItemID)
Processes Service Request identified by the Queue Item ID |
java.lang.String |
queueConnectRequest(java.lang.String aActivityClass,
java.lang.String aActivityName,
ClipboardPage aPrimaryPage,
ParameterPage aParams,
java.util.List aOtherPages)
Enqueue Connect Execution Request |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
Method Detail |
---|
int processQueue(java.lang.String aQueueClass, StringMap aOptions) throws PRException
aQueueClass
- class of the queueaOptions
-
PRException
java.lang.String queueConnectRequest(java.lang.String aActivityClass, java.lang.String aActivityName, ClipboardPage aPrimaryPage, ParameterPage aParams, java.util.List aOtherPages) throws PRException
aActivityClass
- activity classaActivityName
- activity nameaPrimaryPage
- activity primary pageaParams
- activity parameter pageaOtherPages
- list of other pages
PRException
void dequeueExecutionRequest(java.lang.String aExecutionRequestID, StringMap aOptions) throws PRException
aExecutionRequestID
- aOptions
-
PRException
void processServiceRequest(java.lang.String aQueueItemID) throws PRException
aQueueItemID
-
PRException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |