public class GlobalTimeoutHandler extends AbstractTimeoutHandler
| Constructor and Description | 
|---|
| GlobalTimeoutHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getTimeout(Map args)Determines the timeout based on the context and initiator | 
| int | getTimeoutPeriod() | 
| boolean | hasTimedOut(Map args)Examines results from session to determine if timeout has expired | 
| void | setTimeoutPeriod(int timeoutPeriod) | 
getTimeoutField, setTimeoutFieldpublic GlobalTimeoutHandler()
public int getTimeoutPeriod()
public void setTimeoutPeriod(int timeoutPeriod)
timeoutPeriod - the timeoutPeriod to setpublic int getTimeout(Map args)
args - the args in this implementation aren't usedpublic boolean hasTimedOut(Map args)
args - the args passed depends on the requirements of the TimeoutHandler Implementationorg.kuali.rice.kim.client.timeouthandlers.TimeoutHandler#hasTimedOut(java.lang.Object[])Copyright © 2005–2016 The Kuali Foundation. All rights reserved.