org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager A file-based stateful session bean persistence manager. <p> Reads and writes session bean objects to files by using the standard Java serialization mechanism. <p> Passivated state files are stored under: <tt><em>jboss-server-data-dir</em>/<em>storeDirectoryNam ...
org.jboss.ejb.plugins.StatefulHASessionPersistenceManager import org.jboss.util.collection.CompoundKey; This persistence manager work with an underlying HASessionState to get clustered state. @see HASessionState @see org.jboss.ha.hasessionstate.server.HASessionStateImpl @author <a HREF="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey</a&g ...
org.objectweb.jonas_ejb.container.JSessionContext This class implements javax.ejb.SessionContext interface. it should be implemented by JStatefulContext and JStatelessContext depending if the beans is stateful or stateless. @author Philippe Coq, Philippe Durieux