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 InvocationDispatcherMockery. dispatcher -
Uses of InvocationDispatcher in org.jmock.api
Methods in org.jmock.api that return InvocationDispatcher Modifier and Type Method Description InvocationDispatcherThreadingPolicy. dispatcher() -
Uses of InvocationDispatcher in org.jmock.internal
Methods in org.jmock.internal that return InvocationDispatcher Modifier and Type Method Description InvocationDispatcherSingleThreadedPolicy. dispatcher() -
Uses of InvocationDispatcher in org.jmock.lib.concurrent
Classes in org.jmock.lib.concurrent that implement InvocationDispatcher Modifier and Type Class Description classSynchronisingInvocationDispatcherWrapperI synchronise my delegate.classUnsynchronisedInvocationDispatcherFields in org.jmock.lib.concurrent declared as InvocationDispatcher Modifier and Type Field Description private InvocationDispatcherSynchronisingInvocationDispatcherWrapper. delegateprivate InvocationDispatcherSynchroniser. invocationDispatcherMethods in org.jmock.lib.concurrent that return InvocationDispatcher Modifier and Type Method Description InvocationDispatcherSynchroniser. dispatcher()Constructors in org.jmock.lib.concurrent with parameters of type InvocationDispatcher Constructor Description Synchroniser(InvocationDispatcher dispatcher)SynchronisingInvocationDispatcherWrapper(InvocationDispatcher dispatcher)
-