Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.notifications
Interface ClassLoaderAwareListenable

All Superinterfaces:
Listenable
All Known Implementing Classes:
CacheNotifierImpl

public interface ClassLoaderAwareListenable
extends Listenable

Interface that enhances Listenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invoked listener method

Since:
5.2
Author:
Tristan Tarrant

Method Summary
 void addListener(Object listener, ClassLoader classLoader)
           
 
Methods inherited from interface org.infinispan.notifications.Listenable
addListener, getListeners, removeListener
 

Method Detail

addListener

void addListener(Object listener,
                 ClassLoader classLoader)

Infinispan Distribution 5.2.6.Final-redhat-2

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