Returns the directory used to store session passivation state files.
jmx:managed-attribute
The directory used to store session passivation state files.
Set the stale session state purge enabled flag.
jmx:managed-attribute
Parameters: flag - The toggle flag to enable or disable purging.
setStoreDirectoryName
public void setStoreDirectoryName(String dirName)(Code)
Set the sub-directory name under the server data directory
where session data will be stored.
This value will be appened to the value of
jboss-server-data-dir.
This value is only used during creation and will not dynamically
change the store directory when set after the create step has finished.
Parameters: dirName - A sub-directory name.