CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

Package com.tangosol.coherence.commonj

Contains Coherence-based WorkManager implementation classes.

See:
          Description

Class Summary
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 scheduled immediately.
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
WorkManager.ScheduleWorkRejectedException The ScheduleWorkRejectedException is a WrapperException that carries the information about the rejected Work.
 

Package com.tangosol.coherence.commonj Description

Contains Coherence-based WorkManager implementation classes.


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation