Interface | Description |
---|---|
ConcurrencyControlStrategy |
This interface allows the customer to control concurrent access to the services.
|
Class | Description |
---|---|
AbstractConcurrencyControlStrategy |
Base implementation of a ConcurrencyControlStrategy which is not doing anything.
|
ConstantBasedConcurrencyControlStrategy |
This implementation of a concurrencycontrolstrategy is based on constants which are annotated to the target interface.
|
UnlimitedConcurrencyStrategy |
This strategy implementation doesn't limit anything and is used as default concurrency control strategy.
|
Exception | Description |
---|---|
ConcurrencyControlException |
Exception thrown if concurrency control decides that the amount of acceptable requests is reached and no further requests can pass through.
|
OutgoingRequestRefusedException |
This exception is thrown by the stub if client side concurrency control prohibits further outgoing connections to the server.
|
ServerRefusedRequestException |
This exception is thrown if a server refuses to accept more incoming requests.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.