Uses of Interface
com.pega.pegarules.pub.context.PRThread

Packages that use PRThread
com.pega.pegarules.pub.clipboard Clipboard, Page, and Property interfaces. 
com.pega.pegarules.pub.context   
com.pega.pegarules.pub.generator Java generation public interfaces and classes. 
com.pega.pegarules.pub.runtime Public interfaces for activities, models, whens, edits, and streams. 
 

Uses of PRThread in com.pega.pegarules.pub.clipboard
 

Methods in com.pega.pegarules.pub.clipboard with parameters of type PRThread
 void ClipboardProperty.setAsReference(PRThread aThread, ClipboardProperty aSourceProperty)
          Set this property as a reference to another specified property.
 

Uses of PRThread in com.pega.pegarules.pub.context
 

Methods in com.pega.pegarules.pub.context that return PRThread
static PRThread ThreadContainer.get()
           
 PRThread ProcessingStatus.getThread()
          Get the Thread being used by this status object.
 PRThread PRRequestor.getThread(java.lang.String aName)
          obtain a reference to the specified PRThread instance.
 

Methods in com.pega.pegarules.pub.context with parameters of type PRThread
static void ThreadContainer.put(PRThread aThread)
           
 

Uses of PRThread in com.pega.pegarules.pub.generator
 

Methods in com.pega.pegarules.pub.generator that return PRThread
 PRThread FirstUseAssembler.getThread()
          Provides access to the appropriate PRThread instance for this execution context.
 

Uses of PRThread in com.pega.pegarules.pub.runtime
 

Methods in com.pega.pegarules.pub.runtime that return PRThread
 PRThread PublicAPI.getThread()
          Identifies the Thread that 'owns' the current processing.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.