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

Type Parameters:
K - the bean identifier type
V - the bean instance type
All Superinterfaces:
StatefulSessionBeanCacheConfiguration<K,V>

public interface DistributableStatefulSessionBeanCacheConfiguration<K,V extends StatefulSessionBeanInstance<K>> extends StatefulSessionBeanCacheConfiguration<K,V>
Configuration of a distributable stateful session bean cache.
Author:
Paul Ferraro
  • Method Details