Uses of Class
org.distributeme.core.interceptor.InterceptionContext
Packages that use InterceptionContext
Package
Description
Support for client and server side interceptors of calls.
Contains set of interceptors for availability testing of services.
Contains set of interceptors for moskito support.
This package contains quality of service utilities for DistributeMe.
-
Uses of InterceptionContext in org.distributeme.core.interceptor
Methods in org.distributeme.core.interceptor with parameters of type InterceptionContextModifier and TypeMethodDescriptionAbstractRequestInterceptor.afterServantCall(ServerSideCallContext context, InterceptionContext iContext) Called after the service actually processed the request.AbstractServerSideRequestInterceptor.afterServantCall(ServerSideCallContext context, InterceptionContext iContext) Called after the service actually processed the request.ServerSideRequestInterceptor.afterServantCall(ServerSideCallContext context, InterceptionContext iContext) Called after the service actually processed the request.final InterceptorResponseSinglePhaseInterceptor.afterServantCall(ServerSideCallContext context, InterceptionContext iContext) Called after the service actually processed the request.AbstractClientSideRequestInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.AbstractRequestInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.ClientSideRequestInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.final InterceptorResponseSinglePhaseInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.AbstractRequestInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.AbstractServerSideRequestInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.ServerSideRequestInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.final InterceptorResponseSinglePhaseInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.AbstractClientSideRequestInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.AbstractRequestInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.ClientSideRequestInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.final InterceptorResponseSinglePhaseInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.protected abstract InterceptorResponseSinglePhaseInterceptor.processPhase(AbstractCallContext callContext, InterceptionContext iContext) processPhase. -
Uses of InterceptionContext in org.distributeme.core.interceptor.availabilitytesting
Methods in org.distributeme.core.interceptor.availabilitytesting with parameters of type InterceptionContextModifier and TypeMethodDescriptionServerSideSlowDownInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.ClientSideSlowDownInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.ServiceUnavailableInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed. -
Uses of InterceptionContext in org.distributeme.core.interceptor.moskito
Methods in org.distributeme.core.interceptor.moskito with parameters of type InterceptionContextModifier and TypeMethodDescriptionMoskitoJourneyInterceptor.afterServantCall(ServerSideCallContext context, InterceptionContext iContext) Called after the service actually processed the request.MoskitoJourneyInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.MoskitoJourneyInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.MoskitoJourneyInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed. -
Uses of InterceptionContext in org.distributeme.core.qos
Methods in org.distributeme.core.qos with parameters of type InterceptionContextModifier and TypeMethodDescriptionClientSideMarkLongRequestAsFailedInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.QOSMonitoringInterceptor.afterServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called immediately after service call, but before anything is returned to the caller.ClientSideMarkLongRequestAsFailedInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.QOSMonitoringInterceptor.beforeServiceCall(ClientSideCallContext context, InterceptionContext iContext) Called after client side processing but before the actual call is performed.