Package org.wildfly.clustering.ejb.bean
Interface BeanMetaData<K>
-
- Type Parameters:
K- the bean identifier type
- All Superinterfaces:
AutoCloseable,BeanExpiration,BeanExpirationMetaData,Expiration,ExpirationMetaData,ImmutableBeanMetaData<K>
public interface BeanMetaData<K> extends ImmutableBeanMetaData<K>, AutoCloseable
Described the mutable and immutable metadata of a cached bean.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsetLastAccessTime(Instant lastAccessTime)-
Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanExpiration
isImmortal
-
Methods inherited from interface org.wildfly.clustering.ejb.bean.BeanExpirationMetaData
isExpired
-
Methods inherited from interface org.wildfly.clustering.ee.expiration.Expiration
getTimeout
-
Methods inherited from interface org.wildfly.clustering.ee.expiration.ExpirationMetaData
getLastAccessTime
-
Methods inherited from interface org.wildfly.clustering.ejb.bean.ImmutableBeanMetaData
getGroupId, getName
-
-
-
-
Method Detail
-
setLastAccessTime
void setLastAccessTime(Instant lastAccessTime)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-