Interface | Description |
---|---|
AgentUtils |
Utilities for managing agent queues.
|
ClusterExecutor |
ExecutorService like interface for running distributed jobs
|
IAuthSettingInfo | |
IExecuteRightInfo |
ExecuteRightInfo --- authorization and authentication data
|
ILockInformation | |
ILockProvider | |
ILockProviderService | |
IPulseProvider | |
IRoleAccessRightInfo |
RoleExecuteRightInfo --- authorization and authentication data
|
IRoleAuthSettingInfo | |
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
|
PRCluster |
interface to the engine's cluster-tracking component.
|
PRDistributedMap<K extends java.io.Serializable,V extends java.io.Serializable> |
PRDistributedMap : Represents a distributed map.
Null Keys and Values are not supported. |
PRDistributedMapCategory | |
PRDistributedMapEntryEvent<K,V> |
PREntryEvent
|
PRDistributedMapEntryListener<K,V> |
PRDistributedEntryListener
|
PRDistributedObjectManager |
PRDistributedObjectManager : Gives access to distributed objects supported by Cluster.
|
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 | Description |
---|---|
PRPulse |
A wrapper class for PRPulseMessage that contains a field for
recording when this object was created (useful for monitoring
when the messages contained in this object were actually published
to the Hazelcast based system pulse).
|
PRPulseMessage | |
PRSessionContext | |
PRSessionContext.LockAttribute | |
PRSessionContext.SaveAttribute | |
PRSessionContext.SaveInOwnTransactionAttribute | |
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 | Description |
---|---|
ClusterState |
defines the set of valid states that the cluster can exist in.
|
ILockProvider.LockStatus | |
IRoleAccessRightInfo.AuthorizationInfo | |
IRoleAccessRightInfo.ConditionalReason | |
IRoleAccessRightInfo.UnAuthorizationReason | |
PRDistributedMapCategory.PRDistributedMapEvictionPolicy | |
PRDistributedMapEntryEvent.PRDistributedMapEntryEventType | |
PRRequestor.RequestorType |
Enum-enabled handling of the request type strings listed above.
|
PRSessionContext.TransactionType | |
PRStackFrame.Type |
Represents the type of stack frame.
|
Exception | Description |
---|---|
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.
|
PRThreadLockException |
PRThreadLockException is thrown when a lock on a PRThread
cannot be obtained within the desired interval.
|
PRTimeoutExpiredException | |
RequestorLockException |
RequestorLockException is thrown when a lock on a requestor
cannot be obtained within the desired interval.
|
Error | Description |
---|---|
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 © 2015 Pegasystems Inc. All Rights Reserved.