org.kuali.rice.kim.sesn.timeouthandlers
Class AbstractTimeoutHandler

java.lang.Object
  extended by org.kuali.rice.kim.sesn.timeouthandlers.AbstractTimeoutHandler
All Implemented Interfaces:
TimeoutHandler
Direct Known Subclasses:
GlobalTimeoutHandler

public abstract class AbstractTimeoutHandler
extends Object
implements TimeoutHandler

This Abstract Class allows the configuration of timeout fields. TODO: change how TimoutHandlers choose fields from ndx to name.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private static int DEFAULT_TIMEOUT_FIELD
           
private static int LAST_ACCCESS_TIMEOUT_FIELD
           
private static int MAX_IDLE_TIME_TIMEOUT_FIELD
           
private  int timeoutField
           
 
Constructor Summary
AbstractTimeoutHandler()
           
 
Method Summary
 int getTimeoutField()
           
 void setTimeoutField(int timeoutField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kim.sesn.timeouthandlers.TimeoutHandler
getTimeout, hasTimedOut
 

Field Detail

MAX_IDLE_TIME_TIMEOUT_FIELD

private static final int MAX_IDLE_TIME_TIMEOUT_FIELD
See Also:
Constant Field Values

LAST_ACCCESS_TIMEOUT_FIELD

private static final int LAST_ACCCESS_TIMEOUT_FIELD
See Also:
Constant Field Values

DEFAULT_TIMEOUT_FIELD

private static final int DEFAULT_TIMEOUT_FIELD
See Also:
Constant Field Values

timeoutField

private int timeoutField
Constructor Detail

AbstractTimeoutHandler

public AbstractTimeoutHandler()
Method Detail

getTimeoutField

public int getTimeoutField()
Returns:
the timeoutField

setTimeoutField

public void setTimeoutField(int timeoutField)
Parameters:
timeoutField - the timeoutField to set


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.