Package | Description |
---|---|
com.pega.pegarules.pub.context |
Modifier and Type | Method and Description |
---|---|
void |
PRRequestor.stopAsyncThreadActivity(java.lang.Object aChildIdentifier)
Ask a async thread task to stop as soon as possible.
|
void |
PRRequestor.stopBatchActivity(java.lang.Object aChildIdentifier)
Ask a child requestor and all of its children to stop as soon as possible.
|
void |
PRRequestor.waitOnAsyncThreadActivity(java.lang.Object aChildIdentifier)
Wait forever for a async thread task to finish.
|
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)
Wait forever for a child requestor to finish.
|
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.