Class DBSchedulerJobDetail

java.lang.Object
oracle.as.scheduler.DBSchedulerJobDetail
All Implemented Interfaces:
Serializable

public class DBSchedulerJobDetail extends Object implements Serializable
See Also:
  • Constructor Details

    • DBSchedulerJobDetail

      public DBSchedulerJobDetail()
  • Method Details

    • getCurrentTimeInDbScheduler

      public Calendar getCurrentTimeInDbScheduler()
      Returns Current time in the DBScheduler.
      Returns:
      current time in DB Scheduler
    • getDBSchedulerProcessID

      public Long getDBSchedulerProcessID()
      Get the process ID in the DB scheduler for given ESS request
      Returns:
      The process ID in the DB scheduler
    • getDBSchedulerJobName

      public String getDBSchedulerJobName()
      Get the Job Name in the DB scheduler for given ESS request
      Returns:
      The Job Name in the DB scheduler
    • getRunningJobsCountInDbScheduler

      public int getRunningJobsCountInDbScheduler()
      Get a count of the number of Jobs running in the DbScheduler
      Returns:
      the count of the number of Jobs running in the DbScheduler
    • getRunningESSJobNamesInDbScheduler

      public List<String> getRunningESSJobNamesInDbScheduler()
      Get list of ESS Job Names running in the DbScheduler
      Returns:
      the list of ESS Job Names running in the DbScheduler
    • getWaitTimeInDbScheduler

      public String getWaitTimeInDbScheduler()
      Returns time elapsed since the job has been in SCHEDULED state in the DBScheduler. If the time is positive, the next run time is past and the job might remain stuck in the DBScheduler. This may be due to a variety of reasons namely: there are not enough slaves available in the DBScheduler to run it, or it belongs to a class with low access to resources etc. If the time is negative, its next_run_date is in the future.
      Returns:
      time elapsed between system time and job scheduled time
    • getRunningElapsedTimeInDbScheduler

      public String getRunningElapsedTimeInDbScheduler()
      Returns time elapsed since the job has been in RUNNING state in the DBScheduler.
      Returns:
      time elapsed between system time and job scheduled time
    • getScheduledTimeInDbScheduler

      public Calendar getScheduledTimeInDbScheduler()
      Returns time the job was moved to SCHEDULED state in the DBScheduler.
      Returns:
      time the job was moved to SCHEDULED state in the DBScheduler
    • getStartTimeInDbScheduler

      public Calendar getStartTimeInDbScheduler()
      Returns time the job was moved to RUNNING state in the DBScheduler.
      Returns:
      time the job was moved to RUNNING state
    • getRequestId

      public long getRequestId()
      Returns:
      the requestId