org.infinispan.notifications.cachelistener.annotation
Annotation Type CacheEntryPassivated


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CacheEntryPassivated

This annotation should be used on methods that need to be notified when cache entries are passivated.

Methods annotated with this annotation should accept a single parameter, a CacheEntryPassivatedEvent otherwise a IncorrectListenerException will be thrown when registering your listener.

Locking: notification is performed WITH locks on the given key.

Since:
5.0
Author:
Manik Surtani, Galder ZamarreƱo
See Also:
Listener


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.