@Retention(value=RUNTIME) @Target(value=METHOD) public @interface CacheEntryVisited
CacheEntryVisitedEvent
otherwise a IncorrectListenerException
will be thrown when registering your listener.
Locking: notification is performed WITHOUT locks on the given key (unless Flag.FORCE_WRITE_LOCK
is used for this call).
Any exceptions thrown by the listener will abort the call. Any other listeners not yet called will not be called,
and any transactions in progress will be rolled back.Listener
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.