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.WorkStatusWorkManager.WorkHolder. m_statusCurrent Work status.Methods in com.tangosol.coherence.commonj that return WorkManager.WorkStatus Modifier and Type Method Description WorkManager.WorkStatusWorkManager. getCurrentResult(commonj.work.WorkItem item)Retrieve a current WorkStatus (partial result) for a given Work.WorkManager.WorkStatusWorkManager.SendFeedback. getWorkStatus()Return a WorkStatus object for this feedback.WorkManager.WorkStatusWorkManager.WorkHolder. getWorkStatus()Return the WorkStatus object.protected WorkManager.WorkStatusWorkManager. processWork(WorkManager.ScheduleWork workAgent)Run the remote work agent.protected WorkManager.WorkStatusWorkManager. 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 voidWorkManager.WorkHolder. setWorkStatus(WorkManager.WorkStatus status)Update the WorkStatus.protected booleanWorkManager. 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.
-