Package com.pega.pegarules.pub.context

Interface Summary
AgentUtils Utilities for managing agent queues.
Engine  
PageDirectory The PageDirectory interface provides methods to associate ClipboardPage instances with a name and to sever that association.
PRAuthentication The Authentication interface
PRAuthorization The Security object encapsulates access to a single PRThread authorization and authentication data
PRNode The PegaRULES Node interface encapsulates information applicable to the execution environment of PegaRULES within a single Java Virtual Machine.
ProcessingStatus Activities can record and query their status through a ProcessingStatus object.
PRQueueIterator A simple iterator with support for next() method to browse a particular class of items in the queue.
PRQueueManager PegaRULES engine Queue Manager interface.
PRRequestor The PRRequestor interface encapsulates the information about a single user of PegaRULES via a specific connection to the outside world.
PRRequestProcessor PegaRULES engine Request Processor interface.
PRStackFrame The PRStackFrame interface serves primarily to provide a logical stack-trace capability.
PRThread The PRThread interface encapsulates the information about a single stream (or set of interactions) by a Requestor.
 

Class Summary
PRSessionContext  
PRSessionContext.ConclusionCacheAttribute  
PRSessionContext.LockAttribute  
PRSessionContext.TransactionAttribute  
PRSessionContext.UniqueIDAttribute  
ThreadContainer The ThreadContainer class acts as a container for the PRThread object associated with the current Java thread.
ThreadInEtier The ThreadInEtier class provides an indication of whether the current Java thread is executing in the Enterprise tier as a result of entering the PegaRULES engine via the EngineBean ejb.
 

Enum Summary
PRSessionContext.TransactionType  
 

Exception Summary
AbandonProcessingException AbandonProcessingException is used when further processing of input should be terminated and output returned normally.
AuthenticationRequiredException AuthenticationRequiredException is thrown when (an interactive) user is required to supply credentials.
CryptographicException Basic runtime exception used by PegaRULES classes.
InvalidConfigurationException Exception indicating an issue in a user's configuration
InvalidLocaleException Exception Class for incorrect Locales
PRNoSuchChildException  
PRQueueException Queue Manager exception superclass
PRQueueTerminateException Can be thrown by agent activities to indicate that an agent queue should be immediately terminated.
PRTimeoutExpiredException  
RequestorLockException RequestorLockException is thrown when a lock on a requestor cannot be obtained within the desired interval.
 

Error Summary
InitializationFailedError InitializationFailedError is thrown by PREnvironment if PegaRULES could not be initialized.
PRAbandonProcessingException  
PRSecurityException Exception thrown by classes implementing PRAuthentication and PRAuthorization interfaces when a method of these classes fails because of invalid input parameters or when being invoked from invalid Activity class (the PRAuthentication and PRAutorization methods may be called only from Activities of or derived from the Code-Security class
PRStackFrameNotTopException Exception thrown by classes implementing PRAuthentication and PRAuthorization interfaces when a method of these classes fails because of invalid input parameters or when being invoked from invalid Activity class (the PRAuthentication and PRAutorization methods may be called only from Activities of or derived from the Code-Security class
StaleRequestorError StaleRequestorError is thrown when processing attempts to use a PRRequestor instance that has been destroyed or recycled into the pool.
StaleThreadError StaleThreadError is thrown when processing attempts to use a PRThread instance that has been destroyed or recycled into the pool.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.