G - the group identifier typepublic class InfinispanBeanEntry<I> extends Object implements BeanEntry<I>
| Constructor and Description |
|---|
InfinispanBeanEntry(String beanName,
I groupId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName()
Returns the name of this bean
|
I |
getGroupId()
Returns the group identifier associated with the bean entry
|
Instant |
getLastAccessedTime()
Returns the last time this bean was accessed.
|
void |
setLastAccessedTime(Instant time)
Updates the last time this bean was accessed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisExpiredpublic String getBeanName()
ImmutableBeanEntrygetBeanName in interface ImmutableBeanEntry<I>public I getGroupId()
ImmutableBeanEntrygetGroupId in interface ImmutableBeanEntry<I>public Instant getLastAccessedTime()
ImmutableBeanEntrygetLastAccessedTime in interface ImmutableBeanEntry<I>public void setLastAccessedTime(Instant time)
BeanEntrysetLastAccessedTime in interface BeanEntry<I>time - an instant in timeCopyright © 2021 JBoss by Red Hat. All rights reserved.