Uses of Class
com.tangosol.coherence.commonj.WorkManager.WorkStatus
-
Packages that use WorkManager.WorkStatus Package Description com.tangosol.coherence.commonj Contains Coherence-based WorkManager implementation classes. -
-
Uses of WorkManager.WorkStatus in com.tangosol.coherence.commonj
Fields in com.tangosol.coherence.commonj declared as WorkManager.WorkStatus Modifier and Type Field Description protected WorkManager.WorkStatus
WorkManager.WorkHolder. m_status
Current Work status.Methods in com.tangosol.coherence.commonj that return WorkManager.WorkStatus Modifier and Type Method Description WorkManager.WorkStatus
WorkManager. getCurrentResult(commonj.work.WorkItem item)
Retrieve a current WorkStatus (partial result) for a given Work.WorkManager.WorkStatus
WorkManager.SendFeedback. getWorkStatus()
Return a WorkStatus object for this feedback.WorkManager.WorkStatus
WorkManager.WorkHolder. getWorkStatus()
Return the WorkStatus object.protected WorkManager.WorkStatus
WorkManager. processWork(WorkManager.ScheduleWork workAgent)
Run the remote work agent.protected WorkManager.WorkStatus
WorkManager. requestWorkStatus(WorkManager.RequestStatus requestAgent)
Obtain current status of the specified Work.Methods in com.tangosol.coherence.commonj with parameters of type WorkManager.WorkStatus Modifier and Type Method Description protected void
WorkManager.WorkHolder. setWorkStatus(WorkManager.WorkStatus status)
Update the WorkStatus.protected boolean
WorkManager. updateWork(WorkManager.WorkStatus status)
Update a WorkStatus for a work.Constructors in com.tangosol.coherence.commonj with parameters of type WorkManager.WorkStatus Constructor Description SendFeedback(WorkManager.WorkStatus status)
Construct a SendFeedback task.
-