Interface AbsoluteTimeoutHandlerProxy

All Known Implementing Classes:
AbsoluteTimeoutHandlerProxyImpl

public interface AbsoluteTimeoutHandlerProxy
Proxy to implementations of the AbsoluteTimeoutHandler interface
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    findHandler(String absoluteTimeoutHandlerName)
    Returns a AbsoluteTimeoutHandler if this proxy can handle the request identified by the parameter.
  • Method Details

    • findHandler

      AbsoluteTimeoutHandler findHandler(String absoluteTimeoutHandlerName)
      Returns a AbsoluteTimeoutHandler if this proxy can handle the request identified by the parameter.
      Parameters:
      absoluteTimeoutHandlerName - name to identify the AbsoluteTimeoutHandler.
      Returns:
      an AbsoluteTimeoutHandler if this proxy can handle the provided name, null otherwise.