Interface SimpleStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance type
- All Superinterfaces:
StatefulSessionBeanCacheConfiguration<K,V>
public interface SimpleStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>> extends StatefulSessionBeanCacheConfiguration<K,V>
Configuration of a simple stateful session bean cache.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.as.server.ServerEnvironmentgetEnvironment()-
Methods inherited from interface org.jboss.as.ejb3.component.stateful.cache.StatefulSessionBeanCacheConfiguration
getComponentName, getIdentifierFactory, getInstanceFactory, getTimeout
-
-