SessionDatabasePersistence

Specifies information about the data source that the session manager will use to obtain database connections.



Attributes Summary
datasourceJNDIName : StringSpecifies the JNDI name of the datasource from which the session manager will obtain database connections.
userId : StringThe user ID for database access.
password : PasswordThe password for database access.
db2RowSize : DB2RowSizeEnumSpecified in kilobytes (kb).
tableSpaceName : StringSpecifies tablespace that is to be used for sessions table.

Attribute Details

datasourceJNDIName    -    Specifies the JNDI name of the datasource from which the session manager will obtain database connections. The data source represents a pool of database connections and a configuration for that pool (such as the pool size).The datasource must already exist as a configured resource in the environment.
     data type:  String
     default Value:   unspecified



userId    -    The user ID for database access.
     data type:  String
     default Value:   unspecified



password    -    The password for database access.
     data type:  Password
     default Value:   unspecified



db2RowSize    -    Specified in kilobytes (kb). This corresponds to the tablespace page size configured for the sessions table. This parameter is specific to db2. Possible values are 4, 8, 16, and 32. This determines the session data size that can be stored in varchar for binary data. When this value is other than 4K, you must specify tableSpaceName to use. For 4K pages, tableSpaceName is optional.
     data type: DB2RowSizeEnum
     default Value:   unspecified
     Allowed Values:  ROW_SIZE_4KB   ROW_SIZE_8KB   ROW_SIZE_16KB   ROW_SIZE_32KB  



tableSpaceName    -    Specifies tablespace that is to be used for sessions table. This value is required when db2RowSize is specified other than 4Kb
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004