Package | Description |
---|---|
org.distributeme.core.interceptor |
Support for client and server side interceptors of calls.
|
org.distributeme.core.interceptor.availabilitytesting |
Contains set of interceptors for availability testing of services.
|
org.distributeme.core.interceptor.moskito |
Contains set of interceptors for moskito support.
|
Modifier and Type | Field and Description |
---|---|
static InterceptorResponse |
InterceptorResponse.CONTINUE
Default reply variable.
|
Modifier and Type | Method and Description |
---|---|
static InterceptorResponse |
InterceptorResponse.abortNow(Exception anException)
Factory method to create a ready to use response.
|
InterceptorResponse |
AbstractRequestInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
SinglePhaseInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
AbstractServerSideRequestInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ServerSideRequestInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext)
Called after the service actually processed the request.
|
InterceptorResponse |
AbstractRequestInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ClientSideRequestInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called immediately after service call, but before anything is returned to the caller.
|
InterceptorResponse |
SinglePhaseInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
AbstractClientSideRequestInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
AbstractRequestInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
SinglePhaseInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
AbstractServerSideRequestInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ServerSideRequestInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext)
Called before any real processing happens on the server side.
|
InterceptorResponse |
AbstractRequestInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ClientSideRequestInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext)
Called after client side processing but before the actual call is performed.
|
InterceptorResponse |
SinglePhaseInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
AbstractClientSideRequestInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
protected abstract InterceptorResponse |
SinglePhaseInterceptor.processPhase(AbstractCallContext callContext,
InterceptionContext iContext) |
static InterceptorResponse |
InterceptorResponse.returnLater(Object returnValue)
Factory method to create a ready to use response.
|
static InterceptorResponse |
InterceptorResponse.returnNow(Object returnValue)
Factory method to create a ready to use response.
|
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
ServerSideSlowDownInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ClientSideSlowDownInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
ServiceUnavailableInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
MoskitoJourneyInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.afterServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.beforeServiceCall(ClientSideCallContext context,
InterceptionContext iContext) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.