Interface SimpleStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>>

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Superinterfaces:
org.wildfly.clustering.server.manager.ManagerConfiguration<K>, 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 Details

    • getEnvironment

      org.jboss.as.server.ServerEnvironment getEnvironment()