Reads and writes session bean objects to files by using the standard Java serialization mechanism.
Passivated state files are stored under: jboss-server-data-dir/storeDirectoryName/ejb-name-unique-id.
Since ejb-name is not unique across deployments we generate a unique-id to make sure that beans with the same EJB name do not collide. @author Rickard ?berg @author Marc Fleury @author Sebastien Alborini @author Jason Dillon @author Bill Burke @version $Revision$ @jmx :mbean extends="org.jboss.system.ServiceMBean"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|