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