Uses of Interface
org.jmock.api.InvocationDispatcher
-
Packages that use InvocationDispatcher Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.api The stable API that is used to extend jMock at its published plug-in points.org.jmock.internal This package contains internal implementation details.org.jmock.lib.concurrent Classes to help test concurrent code with jMock. -
-
Uses of InvocationDispatcher in org.jmock
Fields in org.jmock declared as InvocationDispatcher Modifier and Type Field Description private InvocationDispatcher
Mockery. dispatcher
-
Uses of InvocationDispatcher in org.jmock.api
Methods in org.jmock.api that return InvocationDispatcher Modifier and Type Method Description InvocationDispatcher
ThreadingPolicy. dispatcher()
-
Uses of InvocationDispatcher in org.jmock.internal
Methods in org.jmock.internal that return InvocationDispatcher Modifier and Type Method Description InvocationDispatcher
SingleThreadedPolicy. dispatcher()
-
Uses of InvocationDispatcher in org.jmock.lib.concurrent
Classes in org.jmock.lib.concurrent that implement InvocationDispatcher Modifier and Type Class Description class
SynchronisingInvocationDispatcherWrapper
I synchronise my delegate.class
UnsynchronisedInvocationDispatcher
Fields in org.jmock.lib.concurrent declared as InvocationDispatcher Modifier and Type Field Description private InvocationDispatcher
SynchronisingInvocationDispatcherWrapper. delegate
private InvocationDispatcher
Synchroniser. invocationDispatcher
Methods in org.jmock.lib.concurrent that return InvocationDispatcher Modifier and Type Method Description InvocationDispatcher
Synchroniser. dispatcher()
Constructors in org.jmock.lib.concurrent with parameters of type InvocationDispatcher Constructor Description Synchroniser(InvocationDispatcher dispatcher)
SynchronisingInvocationDispatcherWrapper(InvocationDispatcher dispatcher)
-