Uses of Interface
org.wildfly.clustering.ejb.bean.BeanInstance
Packages that use BeanInstance
-
Uses of BeanInstance in org.wildfly.clustering.ejb.bean
Classes in org.wildfly.clustering.ejb.bean with type parameters of type BeanInstanceModifier and TypeInterfaceDescriptioninterfaceBean<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>> A SPI for managing beans.interfaceBeanManagerConfiguration<K,V extends BeanInstance<K>> Encapsulates the configuration of a bean manager.interfaceBeanManagerFactory<K,V extends BeanInstance<K>> Creates aBeanManager.interfaceImmutableBean<K,V extends BeanInstance<K>> Describes the immutable properties of a cached bean.