public interface ConcurrencyControlStrategy
Modifier and Type | Method and Description |
---|---|
void |
customize(String parameter)
Called shortly after the initialization to customize this strategy according to the parameter in the annotation.
|
void |
notifyClientSideCallFinished(ClientSideCallContext context)
Called by the stub after the call is finished.
|
void |
notifyClientSideCallStarted(ClientSideCallContext context)
Called by the stub before the call is executed.
|
void |
notifyServerSideCallFinished(ServerSideCallContext context)
Called by the skeleton after the call is finished.
|
void |
notifyServerSideCallStarted(ServerSideCallContext context)
Called by the skeleton before the call is executed.
|
void notifyClientSideCallStarted(ClientSideCallContext context)
context
- void notifyClientSideCallFinished(ClientSideCallContext context)
context
- void notifyServerSideCallStarted(ServerSideCallContext context)
context
- void notifyServerSideCallFinished(ServerSideCallContext context)
context
- void customize(String parameter)
parameter
- Copyright © 2010-2014 anotheria.net. All Rights Reserved.