Uses of Class
wt.scheduler.SchedStatusInfo

Packages that use SchedStatusInfo
wt.clients.filevault   
wt.clients.scheduler   
wt.replication.unit   
wt.scheduler
scheduler package — Scheduling Service

The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. 

 

Uses of SchedStatusInfo in wt.clients.filevault
 

Fields in wt.clients.filevault declared as SchedStatusInfo
(package private)  SchedStatusInfo FvMountInfoMaster.VaultSchedInfo._status
           
 

Methods in wt.clients.filevault that return SchedStatusInfo
private  SchedStatusInfo FvMountInfoMaster.VaultSchedInfo.getSchedInfo(ScheduleItem sched)
           
 

Uses of SchedStatusInfo in wt.clients.scheduler
 

Methods in wt.clients.scheduler that return SchedStatusInfo
private  SchedStatusInfo SchedPanel.getLastStatusEntry(ScheduleItem theItem)
           
 

Uses of SchedStatusInfo in wt.replication.unit
 

Methods in wt.replication.unit with parameters of type SchedStatusInfo
static void WTUnitHelper.setStatus(UnitOperationRecord uor, SchedStatusInfo status, Timestamp complTime)
           
 

Uses of SchedStatusInfo in wt.scheduler
 

Fields in wt.scheduler declared as SchedStatusInfo
private  SchedStatusInfo ScheduleHistory.instanceStatus
           
 

Methods in wt.scheduler that return SchedStatusInfo
protected  SchedStatusInfo ScheduleItem.execute()
          Helper method for running scheduling methods.
 SchedStatusInfo ScheduleHistory.getInstanceStatus()
          Gets the value of the attribute: INSTANCE_STATUS.
static SchedStatusInfo SchedStatusInfo.newSchedStatusInfo(String status_code)
          

Supported API: false
 

Methods in wt.scheduler with parameters of type SchedStatusInfo
 void ScheduleHistory.setInstanceStatus(SchedStatusInfo a_InstanceStatus)
          Sets the value of the attribute: INSTANCE_STATUS.
protected  boolean SchedStatusInfo.readVersion(SchedStatusInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.