Package com.tangosol.coherence.commonj
Contains Coherence-based WorkManager implementation classes.
-
Class Summary Class Description WorkManager An implementation of commonj.work.WorkManager based on a joint BEA-IBM specification: "The Timer and Work Manager for Application Servers", which is a foundation of JSR 237: Work Manager for Application Servers.WorkManager.AbstractWork Base class for Invocable tasks related to the WorkManager.WorkManager.CollectMembershipInfo Invocable task used during handshake, which has to be scheduledimmediately
.WorkManager.ReleaseWork Invocable task that forces a release for a wrapped Work object.WorkManager.RequestStatus Invocable task that requests a status for a given Work.WorkManager.ScheduleWork Invocable task that posts a wrapped Work object to a WorkManager queue.WorkManager.SendFeedback Invocable task that delivers a WorkEvent to a WorkListener.WorkManager.WorkStatus A WorkStatus object is used to communicate a work execution status back to the caller. -
Exception Summary Exception Description WorkManager.ScheduleWorkRejectedException The ScheduleWorkRejectedException is a WrapperException that carries the information about the rejected Work.