public interface TimeoutHandler
Modifier and Type | Method and Description |
---|---|
int |
getTimeout(Map<String,Object> args)
Determines the timeout based on the context and initiator
|
boolean |
hasTimedOut(Map<String,Object> args)
Determines if the timeout has expired
|
int getTimeout(Map<String,Object> args)
args
- the args passed depends on the requirements of the TimeoutHandler Implementationboolean hasTimedOut(Map<String,Object> args)
args
- the args passed depends on the requirements of the TimeoutHandler ImplementationCopyright © 2005–2014 The Kuali Foundation. All rights reserved.