Uses of Class
org.distributeme.core.ServerSideCallContext
Packages that use ServerSideCallContext
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.
-
Uses of ServerSideCallContext in org.distributeme.core.concurrencycontrol
Methods in org.distributeme.core.concurrencycontrol with parameters of type ServerSideCallContextModifier and TypeMethodDescriptionvoidAbstractConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context) Called by the skeleton after the call is finished.voidConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context) Called by the skeleton after the call is finished.voidConfigurationBasedConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context) Called by the skeleton after the call is finished.voidConstantBasedConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context) Called by the skeleton after the call is finished.voidAbstractConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context) Called by the skeleton before the call is executed.voidConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context) Called by the skeleton before the call is executed.voidConfigurationBasedConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context) Called by the skeleton before the call is executed.voidConstantBasedConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context) Called by the skeleton before the call is executed. -
Uses of ServerSideCallContext in org.distributeme.core.interceptor
Methods in org.distributeme.core.interceptor with parameters of type ServerSideCallContextModifier 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.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. -
Uses of ServerSideCallContext in org.distributeme.core.interceptor.availabilitytesting
Methods in org.distributeme.core.interceptor.availabilitytesting with parameters of type ServerSideCallContextModifier and TypeMethodDescriptionServerSideSlowDownInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.protected booleanFlippingServerSideSlowDownByConfigurationInterceptor.slowDown(ServerSideCallContext context) Returns true if current call should be slowed down.protected booleanServerSideSlowDownByConfigurationInterceptor.slowDown(ServerSideCallContext context) Returns true if current call should be slowed down.protected booleanServerSideSlowDownByPropertyInterceptor.slowDown(ServerSideCallContext context) Returns true if current call should be slowed down.protected abstract booleanServerSideSlowDownInterceptor.slowDown(ServerSideCallContext context) Returns true if current call should be slowed down. -
Uses of ServerSideCallContext in org.distributeme.core.interceptor.moskito
Methods in org.distributeme.core.interceptor.moskito with parameters of type ServerSideCallContextModifier and TypeMethodDescriptionMoskitoJourneyInterceptor.afterServantCall(ServerSideCallContext context, InterceptionContext iContext) Called after the service actually processed the request.MoskitoJourneyInterceptor.beforeServantCall(ServerSideCallContext context, InterceptionContext iContext) Called before any real processing happens on the server side.