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 Work
WorkItem. getResult()
Methods in com.tangosol.coherence.servlet.commonj with parameters of type Work Modifier and Type Method Description WorkItem
WorkManager. schedule(Work work)
WorkItem
WorkManager. 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 Work
WorkItemImpl. getResult()
Methods in com.tangosol.coherence.servlet.commonj.impl with parameters of type Work Modifier and Type Method Description WorkItem
WorkManagerImpl. schedule(Work work)
WorkItem
WorkManagerImpl. 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)
-