Uses of Interface
com.tangosol.coherence.servlet.commonj.WorkEvent
-
Packages that use WorkEvent 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 WorkEvent in com.tangosol.coherence.servlet.commonj
Methods in com.tangosol.coherence.servlet.commonj with parameters of type WorkEvent Modifier and Type Method Description void
WorkListener. workAccepted(WorkEvent we)
void
WorkListener. workCompleted(WorkEvent we)
void
WorkListener. workRejected(WorkEvent we)
void
WorkListener. workStarted(WorkEvent we)
-
Uses of WorkEvent in com.tangosol.coherence.servlet.commonj.impl
Classes in com.tangosol.coherence.servlet.commonj.impl that implement WorkEvent Modifier and Type Class Description class
WorkEventImpl
A WorkEvent implementation.
-