Uses of Class
com.tangosol.coherence.servlet.commonj.WorkException
-
Packages that use WorkException 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 WorkException in com.tangosol.coherence.servlet.commonj
Methods in com.tangosol.coherence.servlet.commonj that return WorkException Modifier and Type Method Description WorkException
WorkEvent. getException()
Methods in com.tangosol.coherence.servlet.commonj that throw WorkException Modifier and Type Method Description Work
WorkItem. getResult()
WorkItem
WorkManager. schedule(Work work)
WorkItem
WorkManager. schedule(Work work, WorkListener wl)
-
Uses of WorkException in com.tangosol.coherence.servlet.commonj.impl
Methods in com.tangosol.coherence.servlet.commonj.impl that return WorkException Modifier and Type Method Description WorkException
WorkEventImpl. getException()
Methods in com.tangosol.coherence.servlet.commonj.impl that throw WorkException Modifier and Type Method Description Work
WorkItemImpl. getResult()
WorkItem
WorkManagerImpl. schedule(Work work)
WorkItem
WorkManagerImpl. schedule(Work work, WorkListener listener)
Constructors in com.tangosol.coherence.servlet.commonj.impl with parameters of type WorkException Constructor Description WorkEventImpl(WorkException e, int type, WorkItem work)
-