Uses of Interface
com.tangosol.coherence.servlet.commonj.Work
-
Packages that use Work 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 Work in com.tangosol.coherence.servlet.commonj
Methods in com.tangosol.coherence.servlet.commonj that return Work Modifier and Type Method Description WorkWorkItem. getResult()Methods in com.tangosol.coherence.servlet.commonj with parameters of type Work Modifier and Type Method Description WorkItemWorkManager. schedule(Work work)WorkItemWorkManager. schedule(Work work, WorkListener wl) -
Uses of Work in com.tangosol.coherence.servlet.commonj.impl
Methods in com.tangosol.coherence.servlet.commonj.impl that return Work Modifier and Type Method Description WorkWorkItemImpl. getResult()Methods in com.tangosol.coherence.servlet.commonj.impl with parameters of type Work Modifier and Type Method Description WorkItemWorkManagerImpl. schedule(Work work)WorkItemWorkManagerImpl. schedule(Work work, WorkListener listener)Constructors in com.tangosol.coherence.servlet.commonj.impl with parameters of type Work Constructor Description WorkItemImpl(Work work, WorkListener listener)
-