Package de.uplanet.lucy.server.rtcache
Class ClearRtCacheEvent
java.lang.Object
de.uplanet.lucy.server.rtcache.ClearRtCacheEvent
- All Implemented Interfaces:
- IServerEvent,- IClearRtCacheEvent,- Serializable
@Scriptable
public final class ClearRtCacheEvent
extends Object
implements IClearRtCacheEvent, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet a set of names of tables that have been modified.boolean
- 
Constructor Details- 
ClearRtCacheEventpublic ClearRtCacheEvent()
- 
ClearRtCacheEvent
 
- 
- 
Method Details- 
isChangedDatabaseSetpublic boolean isChangedDatabaseSet()- Specified by:
- isChangedDatabaseSetin interface- IClearRtCacheEvent
- Returns:
- Returns trueif the cache should not be invalidated completely, orfalseotherwise.
 
- 
getChangedDatabaseSetDescription copied from interface:IClearRtCacheEventGet a set of names of tables that have been modified.- Specified by:
- getChangedDatabaseSetin interface- IClearRtCacheEvent
- Returns:
- Returns an unmodifiable set of table names, or
    nullifIClearRtCacheEvent.isChangedDatabaseSet()isfalse.
 
 
-