G - the group identifier typepublic interface ImmutableBeanEntry<G>
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanName()
Returns the name of this bean
|
G |
getGroupId()
Returns the group identifier associated with the bean entry
|
Instant |
getLastAccessedTime()
Returns the last time this bean was accessed.
|
default boolean |
isExpired(Duration timeout)
Indicates whether the bean is expired relative to the specified timeout
|
G getGroupId()
String getBeanName()
Instant getLastAccessedTime()
default boolean isExpired(Duration timeout)
timeout - a duration after which a bean should be considered to be expired.Copyright © 2019 JBoss by Red Hat. All rights reserved.