Package org.wildfly.clustering.ejb.bean
Interface BeanManagerConfiguration<K,V extends BeanInstance<K>>
- Type Parameters:
K- the bean identifier typeV- the bean instance type
public interface BeanManagerConfiguration<K,V extends BeanInstance<K>>
Encapsulates the configuration of a bean manager.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getIdentifierFactory
-
getBeanName
String getBeanName() -
getExpiration
BeanExpirationConfiguration<K,V> getExpiration()
-