org.infinispan.notifications.cachemanagerlistener.annotation
Annotation Type ViewChanged


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

This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).

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

Since:
4.0
Author:
Manik Surtani
See Also:
Listener


Google Analytics

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