public class DisabledTimeoutHandler extends Object implements TimeoutHandler
| Constructor and Description |
|---|
DisabledTimeoutHandler() |
| 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
|
public DisabledTimeoutHandler()
public boolean hasTimedOut(Map<String,Object> args)
TimeoutHandlerhasTimedOut in interface TimeoutHandlerargs - the args passed depends on the requirements of the TimeoutHandler Implementationorg.kuali.rice.kim.client.timeouthandlers.TimeoutHandler#hasTimedOut(java.lang.Object[])public int getTimeout(Map<String,Object> args)
getTimeout in interface TimeoutHandlerargs - the args in this implementation aren't usedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.