Package org.distributeme.core.qos
Class QOSRegistry
java.lang.Object
org.distributeme.core.qos.QOSRegistry
Quality of Service registry contains references to all active outgoing calls and blacklisted service ids.
- Since:
- 20.02.15 17:29
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Method Summary
Modifier and TypeMethodDescriptionvoidcallFinished(String serviceId, String callId) Called when a call has returned.booleancallStarted(String serviceId, String callId) Called before a call is executed.static QOSRegistryReturns the singleton instance.
-
Method Details
-
getInstance
Returns the singleton instance.- Returns:
- a
QOSRegistryobject.
-
callStarted
Called before a call is executed. Returns if the call may be executed. -
callFinished
Called when a call has returned.
-