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 WorkItem
WorkEvent. getWorkItem()
WorkItem
WorkManager. schedule(Work work)
WorkItem
WorkManager. 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 class
WorkItemImpl
A WorkItem implementation.Methods in com.tangosol.coherence.servlet.commonj.impl that return WorkItem Modifier and Type Method Description WorkItem
WorkEventImpl. getWorkItem()
WorkItem
WorkManagerImpl. schedule(Work work)
WorkItem
WorkManagerImpl. 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)
-