Class SimpleStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>>

java.lang.Object
org.jboss.as.ejb3.component.stateful.cache.simple.SimpleStatefulSessionBean<K,V>
Type Parameters:
K - the bean identifier type
V - the bean instance type
All Implemented Interfaces:
AutoCloseable, StatefulSessionBean<K,V>

public class SimpleStatefulSessionBean<K,V extends StatefulSessionBeanInstance<K>> extends Object implements StatefulSessionBean<K,V>
A simple stateful session bean cache.
Author:
Paul Ferraro