| Package | Description |
|---|---|
| com.pega.pegarules.bootstrap.util | |
| com.pega.pegarules.pub |
Classes common to most public interfaces, such as PegaRULES exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> VicariousThreadLocal<T> |
VicariousThreadLocal.newThreadLocal()
Creates a new
VicariousThreadLocal. |
static <T> VicariousThreadLocal<T> |
VicariousThreadLocal.newThreadLocal(java.util.concurrent.Callable<T> doCall)
Creates a new
VicariousThreadLocal
with initial value from Callable. |
static <T> VicariousThreadLocal<T> |
VicariousThreadLocal.newThreadLocal(T initialValue)
Creates a new
VicariousThreadLocal with specified initial value. |
| Modifier and Type | Field and Description |
|---|---|
static VicariousThreadLocal<java.lang.Boolean> |
PRException.mLookUpRuleMessages |
Copyright © 2015 Pegasystems Inc. All Rights Reserved.