Package | Description |
---|---|
org.distributeme.core.concurrencycontrol | |
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 | Method and Description |
---|---|
void |
ConstantBasedConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context) |
void |
AbstractConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context) |
void |
ConcurrencyControlStrategy.notifyServerSideCallFinished(ServerSideCallContext context)
Called by the skeleton after the call is finished.
|
void |
ConstantBasedConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context) |
void |
AbstractConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context) |
void |
ConcurrencyControlStrategy.notifyServerSideCallStarted(ServerSideCallContext context)
Called by the skeleton before the call is executed.
|
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
ServerSideSlowDownInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
protected abstract boolean |
ServerSideSlowDownInterceptor.slowDown(ServerSideCallContext context)
Returns true if current call should be slowed down.
|
protected boolean |
ServerSideSlowDownByConfigurationInterceptor.slowDown(ServerSideCallContext context) |
protected boolean |
ServerSideSlowDownByPropertyInterceptor.slowDown(ServerSideCallContext context) |
protected boolean |
FlippingServerSideSlowDownByConfigurationInterceptor.slowDown(ServerSideCallContext context) |
Modifier and Type | Method and Description |
---|---|
InterceptorResponse |
MoskitoJourneyInterceptor.afterServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
InterceptorResponse |
MoskitoJourneyInterceptor.beforeServantCall(ServerSideCallContext context,
InterceptionContext iContext) |
Copyright © 2010-2014 anotheria.net. All Rights Reserved.