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
  • Constructor Summary

    Constructors
    Constructor
    Description
    DistributableStatefulSessionBean(Bean<K,V> bean, org.wildfly.clustering.cache.batch.SuspendedBatch batch)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes any resources associated with this bean.
    void
    Removes this bean from the cache without triggering any events.
    Returns the bean identifier.
    Returns the bean instance.
    boolean
    Indicates whether or not this bean was closed, i.e.
    boolean
    Indicates whether or not this bean was discarded, i.e.
    boolean
    Indicates whether or not this bean was removed, i.e.
    void
    Removes this bean from the cache, triggering requisite PreDestroy events.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait