Package oracle.as.scheduler
Class DBSchedulerJobDetail
java.lang.Object
oracle.as.scheduler.DBSchedulerJobDetail
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns Current time in the DBScheduler.Get the Job Name in the DB scheduler for given ESS requestGet the process ID in the DB scheduler for given ESS requestlong
Returns time elapsed since the job has been in RUNNING state in the DBScheduler.Get list of ESS Job Names running in the DbSchedulerint
Get a count of the number of Jobs running in the DbSchedulerReturns time the job was moved to SCHEDULED state in the DBScheduler.Returns time the job was moved to RUNNING state in the DBScheduler.Returns time elapsed since the job has been in SCHEDULED state in the DBScheduler.
-
Constructor Details
-
DBSchedulerJobDetail
public DBSchedulerJobDetail()
-
-
Method Details
-
getCurrentTimeInDbScheduler
Returns Current time in the DBScheduler.- Returns:
- current time in DB Scheduler
-
getDBSchedulerProcessID
Get the process ID in the DB scheduler for given ESS request- Returns:
- The process ID in the DB scheduler
-
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
Get list of ESS Job Names running in the DbScheduler- Returns:
- the list of ESS Job Names running in the DbScheduler
-
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
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
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
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
-