com.sas.servlet.util
Interface ExpirationInterface


public interface ExpirationInterface

Should be implemented by objects that have a defined lifetime and need to expire


Method Summary
 void destroy()
          Destroys the object
 boolean isExpired()
          Determines if the object has expired
 

Method Detail

isExpired

public boolean isExpired()
Determines if the object has expired
Returns:
true if the object has expired

destroy

public void destroy()
Destroys the object


Version: 1.2.20000317.001 Formatted: 2000/07/06 15:57:33PM