Interface BeanMetaDataEntry<K>
-
- Type Parameters:
K- the bean group identifier type
- All Superinterfaces:
ImmutableBeanMetaDataEntry<K>
- All Known Subinterfaces:
RemappableBeanMetaDataEntry<K>
- All Known Implementing Classes:
DefaultBeanMetaDataEntry,MutableBeanMetaDataEntry
public interface BeanMetaDataEntry<K> extends ImmutableBeanMetaDataEntry<K>
Bean metadata cache entry.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value<Instant>getLastAccess()-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.ImmutableBeanMetaDataEntry
getGroupId, getName
-
-
-
-
Method Detail
-
getLastAccess
Value<Instant> getLastAccess()
- Specified by:
getLastAccessin interfaceImmutableBeanMetaDataEntry<K>
-
-