@Retention(value=RUNTIME) @Target(value=METHOD) public @interface PersistenceAvailabilityChanged
StoreUnavailableException being thrown on all read/write
operations which require the PersistenceManager until all stores once again become available.
Methods annotated with this annotation should be public and take in a single parameter, a CacheEntryActivatedEvent otherwise an IncorrectListenerException will be thrown when registering your cache listener.
Locking: notification is performed WITH locks on the given key.
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.ListenerCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.