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 WorkExceptionWorkEvent. getException()Methods in com.tangosol.coherence.servlet.commonj that throw WorkException Modifier and Type Method Description WorkWorkItem. getResult()WorkItemWorkManager. schedule(Work work)WorkItemWorkManager. 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 WorkExceptionWorkEventImpl. getException()Methods in com.tangosol.coherence.servlet.commonj.impl that throw WorkException Modifier and Type Method Description WorkWorkItemImpl. getResult()WorkItemWorkManagerImpl. schedule(Work work)WorkItemWorkManagerImpl. 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)
-