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

Type Parameters:
K - the bean identifier type
V - the bean instance type

public interface StatefulSessionBeanCacheFactory<K,V extends StatefulSessionBeanInstance<K>>
Factory for creating a stateful session bean cache for a component.
Author:
Paul Ferraro
  • Method Details