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

boolean isExpired()
Determines if the object has expired

Returns:
true if the object has expired

destroy

void destroy()
Destroys the object




Copyright © 2009 SAS Institute Inc. All Rights Reserved.