Interface BeanMetaDataFactory<K,V>
-
- Type Parameters:
K- the bean identifier typeV- the bean metadata value
- All Superinterfaces:
Creator<BeanInstance<K>,V,K>,ImmutableBeanMetaDataFactory<K,V>,Locator<K,V>,Remover<K>
public interface BeanMetaDataFactory<K,V> extends ImmutableBeanMetaDataFactory<K,V>, Creator<BeanInstance<K>,V,K>, Remover<K>
Factory for creatingBeanMetaDatainstances.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanMetaData<K>createBeanMetaData(K id, V value)-
Methods inherited from interface org.wildfly.clustering.ee.Creator
createValue
-
Methods inherited from interface org.wildfly.clustering.ejb.cache.bean.ImmutableBeanMetaDataFactory
createImmutableBeanMetaData
-
-
-
-
Method Detail
-
createBeanMetaData
BeanMetaData<K> createBeanMetaData(K id, V value)
-
-