|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.storage.ReplayCache.ReplayCacheEntry
public class ReplayCache.ReplayCacheEntry
Replay cache storage service entry.
Constructor Summary | |
---|---|
ReplayCache.ReplayCacheEntry(org.joda.time.DateTime expiration)
Constructor. |
Method Summary | |
---|---|
org.joda.time.DateTime |
getExpirationTime()
Gets the time the object expires. |
boolean |
isExpired()
Gets whether this object has expired. |
void |
onExpire()
A callback method invoked when this object is expiring. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplayCache.ReplayCacheEntry(org.joda.time.DateTime expiration)
expiration
- time when this entry expiresMethod Detail |
---|
public org.joda.time.DateTime getExpirationTime()
getExpirationTime
in interface ExpiringObject
public boolean isExpired()
isExpired
in interface ExpiringObject
public void onExpire()
onExpire
in interface ExpiringObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |