Interface BeanIdStore

  • All Known Implementing Classes:
    DefaultBeanIdStore

    public interface BeanIdStore
    Bean Id Store

    Represents a map of BeanId's. Every BeanId has it own unique index. The index is incremental. The index starts with zero.

    Once a BeanId is registered it can never be unregistered.

    This object is thread safe.

    Author:
    maurice.zeijen@smies.com