Interface | Description |
---|---|
CustomPassivationMechanism |
An object that reports on, saves, loads, and deletes passivated PRPC session data.
|
Job<P extends java.io.Serializable,R extends java.io.Serializable> |
Represents a job.
|
UnauthenticatedJob<P extends java.io.Serializable,R extends java.io.Serializable> |
Marker interface which indicates that the job doesn't need to be authenticated before execution by
ClusterExecutor . |
Class | Description |
---|---|
PassivationDigest |
This object contains minimal information used by PRPC to report on passivated objects.
|
PassivationKey |
A four part key used both to uniquely identify
PassivationRecord s and to query for records with certain key values. |
PassivationMetadata |
A container for metadata about a
PassivationRecord that is used during reporting. |
PassivationRecord |
A container for a passivated PRPC object.
|
Enum | Description |
---|---|
PassivationKey.Type |
Keys come in one of four types:
PassivationKey.Type.REQUESTOR : This key represents a requestor, or a query for requestor objects. |
Copyright © 2018 Pegasystems Inc. All Rights Reserved.