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

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

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