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
Bean metadata cache entry.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.ImmutableBeanMetaDataEntry
getGroupId, getName
-
Method Details
-
getLastAccess
org.wildfly.clustering.server.offset.Value<Instant> getLastAccess()- Specified by:
getLastAccessin interfaceImmutableBeanMetaDataEntry<K>
-