|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.cmp.jdbc2.schema.CacheInvalidator
Constructor Summary | |
CacheInvalidator(Cache (src) cache,
TransactionManager (src) tm,
InvalidationGroup (src) group)
|
Method Summary | |
void |
areInvalid(java.io.Serializable[] keys)
Indicates that the resources with the give keys should be invalidated (i.e. |
void |
invalidateAll()
All entries should be invalidated. |
void |
isInvalid(java.io.Serializable key)
Indicates that the resource with the given key should be invalidated (i.e. |
void |
unregister()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CacheInvalidator(Cache (src) cache, TransactionManager (src) tm, InvalidationGroup (src) group)
Method Detail |
public void unregister()
public void isInvalid(java.io.Serializable key)
Invalidatable (src)
isInvalid
in interface Invalidatable (src)
key
- Key of the resource to be invalidatedpublic void areInvalid(java.io.Serializable[] keys)
Invalidatable (src)
areInvalid
in interface Invalidatable (src)
keys
- Keys of the resources to be invalidatedpublic void invalidateAll()
Invalidatable (src)
invalidateAll
in interface Invalidatable (src)
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |