Package | Description |
---|---|
com.pega.pegarules.pub.context |
Modifier and Type | Method and Description |
---|---|
void |
PRRequestor.waitOnAllAsyncThreadActivities(long aTimeout)
Wait for all async thread tasks to complete their activities, or
for a timeout, whichever comes first.
|
void |
PRRequestor.waitOnAllBatchActivities(long aTimeout)
Wait for all children requestors to complete their activities, or
for a timeout, whichever comes first.
|
void |
PRRequestor.waitOnAsyncThreadActivity(java.lang.Object aChildIdentifier,
long aTimeout)
Wait for a async thread task to finish, or for some timeout to be reached.
|
void |
PRRequestor.waitOnBatchActivity(java.lang.Object aChildIdentifier,
long aTimeout)
Wait for a child requestor to finish, or for some timeout to be reached.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.