Class InfiniteServiceLoopDetector

java.lang.Object
com.aquima.interactions.portal.model.def.InfiniteServiceLoopDetector
All Implemented Interfaces:
IServiceManager

public class InfiniteServiceLoopDetector extends Object implements IServiceManager
Service manager implementation that can detect infinite looping service calls.
Since:
6.4
Author:
Jon van Leuven
  • Constructor Details

    • InfiniteServiceLoopDetector

      public InfiniteServiceLoopDetector(IServiceManager serviceManager, IServiceContext context)
      Construct a infinite loop detecting service manager with a delegate service manager and a service context.
      Parameters:
      serviceManager - The delegating service manager.
      context - The service context.
  • Method Details