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


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

This annotation should be used on methods that need to be notified when a cache is stopped.

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

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.

Since:
4.0
Author:
Manik Surtani
See Also:
Listener


-->

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