Uses of Package
wt.scheduler

Packages that use wt.scheduler
com.ptc.windchill.cadx.common.htmllog   
com.ptc.wvs.server.schedule   
wt.clients.filevault   
wt.clients.scheduler   
wt.fv
fv package — File Vault Service

The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. 

wt.fv.master   
wt.replication.export   
wt.replication.imp   
wt.replication.receiver   
wt.replication.sender   
wt.replication.unit   
wt.replication.unit.htmlGeneration   
wt.router
router package — Routing Service

The routing service is designed to aid in scalability for different agent services by providing a convenient way to distribute execution of tasks to multiple Windchill method servers. 

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. 

 

Classes in wt.scheduler used by com.ptc.windchill.cadx.common.htmllog
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by com.ptc.wvs.server.schedule
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.clients.filevault
SchedStatusInfo
          Represents the status of a Schedule Item.
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.clients.scheduler
SchedStatusInfo
          Represents the status of a Schedule Item.
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
ScheduleMethodArg
          

Supported API: false

Extendable: false
 

Classes in wt.scheduler used by wt.fv
CountedHistory
          A counted history is used for history items which may spawn multiple agents.
ScheduleHistory
          This is the history of method invocations of the schedule item.
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.fv.master
CountedHistory
          A counted history is used for history items which may spawn multiple agents.
ScheduleHistory
          This is the history of method invocations of the schedule item.
 

Classes in wt.scheduler used by wt.replication.export
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.replication.imp
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.replication.receiver
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.replication.sender
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
 

Classes in wt.scheduler used by wt.replication.unit
SchedStatusInfo
          Represents the status of a Schedule Item.
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
ScheduleMethodArg
          

Supported API: false

Extendable: false
 

Classes in wt.scheduler used by wt.replication.unit.htmlGeneration
ScheduleHistory
          This is the history of method invocations of the schedule item.
 

Classes in wt.scheduler used by wt.router
ScheduleHistory
          This is the history of method invocations of the schedule item.
 

Classes in wt.scheduler used by wt.scheduler
CountedHistory
          A counted history is used for history items which may spawn multiple agents.
ItemArguments
           Use the newItemArguments static factory method(s), not the ItemArguments constructor, to construct instances of this class.
PersistantArg
           Use the newPersistantArg static factory method(s), not the PersistantArg constructor, to construct instances of this class.
PrimitiveArg
           Use the newPrimitiveArg static factory method(s), not the PrimitiveArg constructor, to construct instances of this class.
SchedStatusInfo
          Represents the status of a Schedule Item.
ScheduleHistory
          This is the history of method invocations of the schedule item.
ScheduleItem
           Use the newScheduleItem static factory method(s), not the ScheduleItem constructor, to construct instances of this class.
ScheduleItemHistory
           Use the newScheduleItemHistory static factory method(s), not the ScheduleItemHistory constructor, to construct instances of this class.
ScheduleMethodArg
          

Supported API: false

Extendable: false
SchedulingHelper
          

Supported API: false

Extendable: false
SchedulingService
          The standard scheduling servide presents a client accessible API to functions provided in the server by the StandardSchedulingService

Supported API: false

Extendable: false
StandardSchedulingService
          Standard implementation of the scheduling service.