Uses of Class
org.distributeme.core.interceptor.InterceptorResponse
Packages that use InterceptorResponse
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 InterceptorResponse in org.distributeme.core.interceptor
Fields in org.distributeme.core.interceptor declared as InterceptorResponseModifier and TypeFieldDescriptionstatic final InterceptorResponseInterceptorResponse.ABORT_AND_FAILDefault reply variable.static final InterceptorResponseInterceptorResponse.CONTINUEDefault reply variable.static final InterceptorResponseInterceptorResponse.RETURN_AND_FAILDefault reply variable.Methods in org.distributeme.core.interceptor that return InterceptorResponseModifier and TypeMethodDescriptionstatic final InterceptorResponseFactory method to create a ready to use response.AbstractRequestInterceptor.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.static final InterceptorResponseInterceptorResponse.returnLater(Object returnValue) Factory method to create a ready to use response.static final InterceptorResponseFactory method to create a ready to use response. -
Uses of InterceptorResponse in org.distributeme.core.interceptor.availabilitytesting
Methods in org.distributeme.core.interceptor.availabilitytesting that return InterceptorResponseModifier 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 InterceptorResponse in org.distributeme.core.interceptor.moskito
Methods in org.distributeme.core.interceptor.moskito that return InterceptorResponseModifier 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 InterceptorResponse in org.distributeme.core.qos
Methods in org.distributeme.core.qos that return InterceptorResponseModifier 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.