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:
AbsoluteTimeoutHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbsoluteTimeoutHandler
findHandler(java.lang.String absoluteTimeoutHandlerName)
Returns a AbsoluteTimeoutHandler if this proxy can handle the request identified by the parameter.
-
-
-
Method Detail
-
findHandler
AbsoluteTimeoutHandler findHandler(java.lang.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.
-
-