|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusInfo | |
com.ptc.core.query.optimize.server.impl.service | |
wt.clients.scheduler | |
wt.fc | Provides high level datastore access by using the PersistenceManager (and server-side-only
PersistenceManagerSvr ) to find and manage Persistable objects. |
wt.inf.team | |
wt.queue | Overview |
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. |
wt.workflow.engine |
Provides workflow classes responsible for the flow of
control and data from an execution point of view. |
Uses of StatusInfo in com.ptc.core.query.optimize.server.impl.service |
Methods in com.ptc.core.query.optimize.server.impl.service that return StatusInfo | |
static StatusInfo |
StatisticsGeneratorQueueDriver.statisticsGatheringMethod(String message)
|
Uses of StatusInfo in wt.clients.scheduler |
Methods in wt.clients.scheduler with parameters of type StatusInfo | |
private String |
GenericLogView.formatStatString(StatusInfo stat)
|
Uses of StatusInfo in wt.fc |
Methods in wt.fc that return StatusInfo | |
static StatusInfo |
PagingCleanup.pagingCleanupMethod(String mess)
|
static StatusInfo |
PagingCleanup.pagingCleanupMethod(String mess)
|
Uses of StatusInfo in wt.inf.team |
Methods in wt.inf.team that return StatusInfo | |
static StatusInfo |
StandardContainerTeamService.recomputeAllCtmedObjects()
|
private StatusInfo |
StandardContainerTeamService._recomputeAllCtmedObjects()
|
static StatusInfo |
StandardContainerTeamService.processRefreshGroups()
|
private StatusInfo |
StandardContainerTeamService._processRefreshGroups()
|
Uses of StatusInfo in wt.queue |
Fields in wt.queue declared as StatusInfo | |
private StatusInfo |
WtQueueEntry.statusInfo
|
(package private) StatusInfo |
QueueEntryInfo.statusInfo
|
private StatusInfo |
WtQueueEntry.statusInfo
|
(package private) StatusInfo |
QueueEntryInfo.statusInfo
|
Methods in wt.queue that return StatusInfo | |
StatusInfo |
WtQueueEntry.getStatusInfo()
Gets the value of the attribute: STATUS_INFO. |
StatusInfo |
WtQueueEntry.execute()
Executes the entry's processing request. |
static StatusInfo |
StatusInfo.newStatusInfo(String status_code)
Constructs an empty status info object. |
StatusInfo |
ScheduleQueueEntry.execute()
Executes the entry's processing request. |
static StatusInfo |
QueueMessage.repostMessage(String message)
|
StatusInfo |
QueueEntry.execute()
Executes the entry's processing request. |
StatusInfo |
WtQueueEntry.getStatusInfo()
Gets the value of the attribute: STATUS_INFO. |
StatusInfo |
WtQueueEntry.execute()
Executes the entry's processing request. |
static StatusInfo |
StatusInfo.newStatusInfo(String status_code)
Constructs an empty status info object. |
StatusInfo |
ScheduleQueueEntry.execute()
Executes the entry's processing request. |
static StatusInfo |
QueueMessage.repostMessage(String message)
|
StatusInfo |
QueueEntry.execute()
Executes the entry's processing request. |
Methods in wt.queue with parameters of type StatusInfo | |
void |
WtQueueEntry.setStatusInfo(StatusInfo a_StatusInfo)
Sets the value of the attribute: STATUS_INFO. |
protected boolean |
StatusInfo.readVersion(StatusInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
ScheduleQueue.updateScheduleEntry(ScheduleQueueEntry entry,
StatusInfo status,
Timestamp t)
|
void |
ProcessingQueue.updateProcessEntry(QueueEntry entry,
StatusInfo status,
Timestamp st,
Timestamp et)
Generic mehtod to update a Queues execution state information |
void |
WtQueueEntry.setStatusInfo(StatusInfo a_StatusInfo)
Sets the value of the attribute: STATUS_INFO. |
protected boolean |
StatusInfo.readVersion(StatusInfo thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
ScheduleQueue.updateScheduleEntry(ScheduleQueueEntry entry,
StatusInfo status,
Timestamp t)
|
void |
ProcessingQueue.updateProcessEntry(QueueEntry entry,
StatusInfo status,
Timestamp st,
Timestamp et)
Generic mehtod to update a Queues execution state information |
Uses of StatusInfo in wt.scheduler |
Subclasses of StatusInfo in wt.scheduler | |
class |
SchedStatusInfo
Represents the status of a Schedule Item. |
Methods in wt.scheduler that return StatusInfo | |
static StatusInfo |
StandardSchedulingService.executeScheduledItem(ObjectIdentifier scheduleItemOID)
Given an object ID of a ScheduleItem, invoke its method. |
private static StatusInfo |
StandardSchedulingService.executionKernel(ObjectIdentifier scheduleItemOID,
boolean adjustNextTime)
This is the method that actually executes the items. An inner level of abstraction provided. |
Uses of StatusInfo in wt.workflow.engine |
Methods in wt.workflow.engine that return StatusInfo | |
static StatusInfo |
StandardWfEngineService.synchronize(ObjectIdentifier robot_id)
Method called to perform robot synchronization. |
static StatusInfo |
StandardWfEngineService.synchronize(ObjectIdentifier robot_id)
Method called to perform robot synchronization. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |