Uses of Interface
org.wildfly.clustering.ejb.cache.bean.MutableBean
-
-
Uses of MutableBean in org.wildfly.clustering.ejb.cache.bean
Classes in org.wildfly.clustering.ejb.cache.bean that implement MutableBean Modifier and Type Class Description classCompositeBean<K,V extends BeanInstance<K>>Methods in org.wildfly.clustering.ejb.cache.bean that return MutableBean Modifier and Type Method Description default MutableBean<K,V>BeanFactory. createBean(K id, M value)MutableBean<K,V>BeanFactory. createBean(K id, BeanMetaData<K> metaData, BeanGroup<K,V> group)MutableBean<K,V>CompositeBeanFactory. createBean(K id, BeanMetaData<K> metaData, BeanGroup<K,V> group)
-