Uses of Interface
org.wildfly.clustering.ejb.bean.BeanInstance
-
Packages that use BeanInstance Package Description org.wildfly.clustering.ejb.bean -
-
Uses of BeanInstance in org.wildfly.clustering.ejb.bean
Classes in org.wildfly.clustering.ejb.bean with type parameters of type BeanInstance Modifier and Type Interface Description interfaceBean<K,V extends BeanInstance<K>>Described the mutable and immutable properties of a cached bean.interfaceBeanExpirationConfiguration<K,V extends BeanInstance<K>>Encapsulates the expiration configuration for a bean.interfaceBeanManager<K,V extends BeanInstance<K>,B extends Batch>A SPI for managing beans.interfaceBeanManagerConfiguration<K,V extends BeanInstance<K>>Encapsulates the configuration of a bean manager.interfaceBeanManagerFactory<K,V extends BeanInstance<K>,B extends Batch>Creates aBeanManager.interfaceImmutableBean<K,V extends BeanInstance<K>>Describes the immutable properties of a cached bean.
-