Class RemoveListenerAdapter<K,V extends Identifiable<K>>
- java.lang.Object
-
- org.jboss.as.ejb3.cache.distributable.RemoveListenerAdapter<K,V>
-
- Type Parameters:
K- the cache key typeV- the cache value type
- All Implemented Interfaces:
RemoveListener<V>
public class RemoveListenerAdapter<K,V extends Identifiable<K>> extends Object implements RemoveListener<V>
Adapts aStatefulObjectFactoryto aRemoveListener.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoveListenerAdapter(StatefulObjectFactory<V> factory)
-
-
-
Constructor Detail
-
RemoveListenerAdapter
public RemoveListenerAdapter(StatefulObjectFactory<V> factory)
-
-
Method Detail
-
removed
public void removed(V bean)
- Specified by:
removedin interfaceRemoveListener<K>
-
-