Uses of Interface
org.wildfly.clustering.ejb.RemoveListener
-
-
Uses of RemoveListener in org.wildfly.clustering.ejb
Methods in org.wildfly.clustering.ejb with parameters of type RemoveListener Modifier and Type Method Description BeanManager<I,T,B>BeanManagerFactory. createBeanManager(Supplier<I> factory, PassivationListener<T> passivationListener, RemoveListener<T> removeListener)voidBean. remove(RemoveListener<T> listener)Removes this bean, notifying the specified listener.
-