Interface ImmutableBeanMetaData<K>

Type Parameters:
K - the bean identifier type
All Superinterfaces:
BeanExpiration, BeanExpirationMetaData, org.wildfly.clustering.server.expiration.Expiration, org.wildfly.clustering.server.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

    Modifier and Type
    Method
    Description
    Returns the identifier of the group to which this bean is associated.
    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.server.expiration.Expiration

    getTimeout

    Methods inherited from interface org.wildfly.clustering.server.expiration.ExpirationMetaData

    getExpirationTime, getLastAccessTime
  • Method Details

    • getName

      String getName()
      Returns the component name of this bean.
      Returns:
      the component name of this bean.
    • getGroupId

      K getGroupId()
      Returns the identifier of the group to which this bean is associated.
      Returns:
      a group identifier.