Class PersistedServiceJob

All Implemented Interfaces:
Serializable, Runnable, Job

public class PersistedServiceJob extends GenericServiceJob
A Job that is backed by the entity engine. Job data is stored in the JobSandbox entity.

When the job is queued, this object "owns" the entity value. Any external changes are ignored except the cancelDateTime field - jobs can be canceled after they are queued.

See Also: