Package com.adobe.granite.workflow.job
Interface AbsoluteTimeoutHandlerProxy
- All Known Implementing Classes:
AbsoluteTimeoutHandlerProxyImpl
public interface AbsoluteTimeoutHandlerProxy
Proxy to implementations of the AbsoluteTimeoutHandler interface
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfindHandler(String absoluteTimeoutHandlerName) Returns a AbsoluteTimeoutHandler if this proxy can handle the request identified by the parameter.
-
Method Details
-
findHandler
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.
-