Interface BeanEntry<G>
-
- Type Parameters:
G- the group identifier type
- All Superinterfaces:
ImmutableBeanEntry<G>
- All Known Implementing Classes:
InfinispanBeanEntry
public interface BeanEntry<G> extends ImmutableBeanEntry<G>
The cache entry for a bean.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetLastAccessedTime(Instant time)Updates the last time this bean was accessed.-
Methods inherited from interface org.wildfly.clustering.ejb.infinispan.ImmutableBeanEntry
getBeanName, getGroupId, getLastAccessedTime, isExpired
-
-
-
-
Method Detail
-
setLastAccessedTime
void setLastAccessedTime(Instant time)
Updates the last time this bean was accessed.- Parameters:
time- an instant in time
-
-