org.kuali.rice.kim.sesn.timeouthandlers
Class DisabledTimeoutHandler
java.lang.Object
org.kuali.rice.kim.sesn.timeouthandlers.DisabledTimeoutHandler
- All Implemented Interfaces:
- TimeoutHandler
public class DisabledTimeoutHandler
- extends Object
- implements TimeoutHandler
This is a description of what this class does - lsymms don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisabledTimeoutHandler
public DisabledTimeoutHandler()
hasTimedOut
public boolean hasTimedOut(Map<String,Object> args)
- Description copied from interface:
TimeoutHandler
- Determines if the timeout has expired
- Specified by:
hasTimedOut
in interface TimeoutHandler
- Parameters:
args
- the args passed depends on the requirements of the TimeoutHandler Implementation
- Returns:
- false
- See Also:
org.kuali.rice.kim.client.timeouthandlers.TimeoutHandler#hasTimedOut(java.lang.Object[])
getTimeout
public int getTimeout(Map<String,Object> args)
- Determines the timeout based on the context and initiator
- Specified by:
getTimeout
in interface TimeoutHandler
- Parameters:
args
- the args in this implementation aren't used
- Returns:
- 0 which disables the timeout.
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.