Uses of Class
com.tangosol.coherence.commonj.WorkManager.ScheduleWork
-
Packages that use WorkManager.ScheduleWork Package Description com.tangosol.coherence.commonj Contains Coherence-based WorkManager implementation classes. -
-
Uses of WorkManager.ScheduleWork in com.tangosol.coherence.commonj
Methods in com.tangosol.coherence.commonj that return types with arguments of type WorkManager.ScheduleWork Modifier and Type Method Description Map<Member,Map<Long,WorkManager.ScheduleWork>>
WorkManager. getAcceptedWork()
Return a catalog of accepted ScheduleWork tasks as known by the server side keyed by the origin Member where the value is a map of ScheduleWork tasks keyed by the WorkId.Methods in com.tangosol.coherence.commonj with parameters of type WorkManager.ScheduleWork Modifier and Type Method Description protected void
WorkManager. initWork(WorkManager.ScheduleWork workAgent)
Initialize the remote work agent.protected WorkManager.WorkStatus
WorkManager. processWork(WorkManager.ScheduleWork workAgent)
Run the remote work agent.
-