Package de.uplanet.lucy.server.rtcache
Klasse ClearRtCacheEvent
java.lang.Object
de.uplanet.lucy.server.rtcache.ClearRtCacheEvent
- Alle implementierten Schnittstellen:
IServerEvent,IClearRtCacheEvent,Serializable
@Scriptable
public final class ClearRtCacheEvent
extends Object
implements IClearRtCacheEvent, Serializable
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet a set of names of tables that have been modified.boolean
-
Konstruktordetails
-
ClearRtCacheEvent
public ClearRtCacheEvent() -
ClearRtCacheEvent
-
-
Methodendetails
-
isChangedDatabaseSet
public boolean isChangedDatabaseSet()- Angegeben von:
isChangedDatabaseSetin SchnittstelleIClearRtCacheEvent- Gibt zurück:
- Returns
trueif the cache should not be invalidated completely, orfalseotherwise.
-
getChangedDatabaseSet
Beschreibung aus Schnittstelle kopiert:IClearRtCacheEventGet a set of names of tables that have been modified.- Angegeben von:
getChangedDatabaseSetin SchnittstelleIClearRtCacheEvent- Gibt zurück:
- Returns an unmodifiable set of table names, or
nullifIClearRtCacheEvent.isChangedDatabaseSet()isfalse.
-