Package org.smooks.api.bean.context
Interface BeanIdStore
-
public interface BeanIdStoreBean 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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsBeanId(String beanId)BeanIdgetBeanId(String beanId)Map<String,BeanId>getBeanIdMap()BeanIdregister(String beanIdName)intsize()
-