|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.concurrency.caching.CachedEntityInvalidation
An instance of this class represents an event: a change to an IBasicEntity that renders any cached instances of the entity invalid.
Constructor Summary | |
CachedEntityInvalidation(java.lang.Class eType,
java.lang.String eKey,
java.util.Date time,
int cache)
CachedEntityInvalidation constructor. |
|
CachedEntityInvalidation(EntityIdentifier newEntityIdentifier,
java.util.Date time,
int cache)
CachedEntityInvalidation constructor. |
Method Summary | |
int |
getCacheID()
|
EntityIdentifier |
getEntityIdentifier()
|
java.util.Date |
getInvalidationTime()
|
java.lang.String |
getKey()
|
java.lang.Class |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CachedEntityInvalidation(java.lang.Class eType, java.lang.String eKey, java.util.Date time, int cache)
public CachedEntityInvalidation(EntityIdentifier newEntityIdentifier, java.util.Date time, int cache)
Method Detail |
public final EntityIdentifier getEntityIdentifier()
getEntityIdentifier
in interface IBasicEntity
public java.util.Date getInvalidationTime()
public final java.lang.String getKey()
public final java.lang.Class getType()
public java.lang.String toString()
public int getCacheID()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |