Uses of Interface
org.wildfly.clustering.ejb.cache.bean.ImmutableBeanMetaDataEntry
-
Packages that use ImmutableBeanMetaDataEntry Package Description org.wildfly.clustering.ejb.cache.bean -
-
Uses of ImmutableBeanMetaDataEntry in org.wildfly.clustering.ejb.cache.bean
Subinterfaces of ImmutableBeanMetaDataEntry in org.wildfly.clustering.ejb.cache.bean Modifier and Type Interface Description interfaceBeanMetaDataEntry<K>Bean metadata cache entry.interfaceRemappableBeanMetaDataEntry<K>Bean metadata cache entry, supporting remapping.Classes in org.wildfly.clustering.ejb.cache.bean that implement ImmutableBeanMetaDataEntry Modifier and Type Class Description classDefaultBeanMetaDataEntry<K>classMutableBeanMetaDataEntry<K>Constructors in org.wildfly.clustering.ejb.cache.bean with parameters of type ImmutableBeanMetaDataEntry Constructor Description DefaultImmutableBeanMetaData(ImmutableBeanMetaDataEntry<K> entry, BeanExpiration expiration)ImmortalBeanMetaData(ImmutableBeanMetaDataEntry<K> entry, BeanExpiration expiration)MutableBeanMetaDataEntry(ImmutableBeanMetaDataEntry<K> entry, OffsetValue<Instant> lastAccess)
-