Class QuartzJobKey


  • public class QuartzJobKey
    extends Object
    This class is the key by which we identify a quartz job. It provides the means to create a new key or derive a key from an existing job. This should be the only place in the Quartz scheduler that knows exactly how a jobId is constructed.
    Author:
    aphillips