public abstract class AbstractConcurrencyControlStrategy extends Object implements ConcurrencyControlStrategy
Constructor and Description |
---|
AbstractConcurrencyControlStrategy() |
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.
|
public void notifyClientSideCallStarted(ClientSideCallContext context)
ConcurrencyControlStrategy
notifyClientSideCallStarted
in interface ConcurrencyControlStrategy
public void notifyClientSideCallFinished(ClientSideCallContext context)
ConcurrencyControlStrategy
notifyClientSideCallFinished
in interface ConcurrencyControlStrategy
public void notifyServerSideCallStarted(ServerSideCallContext context)
ConcurrencyControlStrategy
notifyServerSideCallStarted
in interface ConcurrencyControlStrategy
public void notifyServerSideCallFinished(ServerSideCallContext context)
ConcurrencyControlStrategy
notifyServerSideCallFinished
in interface ConcurrencyControlStrategy
public void customize(String parameter)
ConcurrencyControlStrategy
customize
in interface ConcurrencyControlStrategy
Copyright © 2010-2014 anotheria.net. All Rights Reserved.