Uses of Interface
com.tangosol.coherence.servlet.commonj.WorkItem
-
Packages that use WorkItem Package Description com.tangosol.coherence.servlet.commonj Contains Coherence work manager API classes.com.tangosol.coherence.servlet.commonj.impl Contains Coherence work manager API implementation classes. -
-
Uses of WorkItem in com.tangosol.coherence.servlet.commonj
Methods in com.tangosol.coherence.servlet.commonj that return WorkItem Modifier and Type Method Description WorkItemWorkEvent. getWorkItem()WorkItemWorkManager. schedule(Work work)WorkItemWorkManager. schedule(Work work, WorkListener wl) -
Uses of WorkItem in com.tangosol.coherence.servlet.commonj.impl
Classes in com.tangosol.coherence.servlet.commonj.impl that implement WorkItem Modifier and Type Class Description classWorkItemImplA WorkItem implementation.Methods in com.tangosol.coherence.servlet.commonj.impl that return WorkItem Modifier and Type Method Description WorkItemWorkEventImpl. getWorkItem()WorkItemWorkManagerImpl. schedule(Work work)WorkItemWorkManagerImpl. schedule(Work work, WorkListener listener)Constructors in com.tangosol.coherence.servlet.commonj.impl with parameters of type WorkItem Constructor Description WorkEventImpl(WorkException e, int type, WorkItem work)
-