Package org.wildfly.clustering.ejb.bean
Interface ImmutableBeanMetaData<K>
-
- Type Parameters:
K- the bean identifier type
- All Superinterfaces:
BeanExpiration,BeanExpirationMetaData,Expiration,ExpirationMetaData
- All Known Subinterfaces:
BeanMetaData<K>
public interface ImmutableBeanMetaData<K> extends BeanExpirationMetaData
Describes the immutable metadata of a bean.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetGroupId()Returns the identifier of the group to which this bean is associated.StringgetName()Returns the component name of this bean.-
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
-
-