Chapter 4 Creating J2EE Applications for Sybase EAServer
The following extended attributes are available:
| Extended attribute | Description |
|---|---|
| ConnectionCache | Specifies the connection cache name.
Used in property: com.sybase.jaguar.component |
| EnableDebug | Enables server side debugging.
Default: false. Used in property: com.sybase.jaguar.component.debug |
| JNDIName | Specifies the JNDI name for lookup.
The default name is <PackageName>/<EJBName>. Used in property: com.sybase.jaguar.component.bind.naming |
| JNDILocalName | Specifies the JNDI name for local lookup.
The default name is <PackageName>/<EJBName>Local. Used in property: com.sybase.jaguar.component.local.bind.name |
| NotificationTopic | Specifies the notification topic for table mapping.
Default: <PackageName>_<TableName>_Topic. Used in property: mapTable:<TableName>:notify |
| UseObjectCache | Specifies the use of object caching.
Default: false. Used in property: N/A |
| ObjectCacheComponent | Specifies the component used to manage the object caching.
Default: CtsComponents/ObjectCache. Used in property: com.sybase.jaguar.component.objectCache |
| ObjectCacheName | Specifies the object cache name.
There is no default value. Used in property: com.sybase.jaguar.component.objectCache.name |
| ObjectCacheSize | Specifies the object cache size.
There is no default value. Used in property: com.sybase.jaguar.component.objectCache.size |
| SelectWithLock | Specifies that the row must be locked at the start of transaction (pessimistic concurrency control).
Default: false. Used in property: com.sybase.jaguar.component.selectWithLock |
| TimestampColumn | Specifies the timestamp column name.
There is no default value. Used in property: com.sybase.jaguar.component.timestamp |
| UseTriggerNotification | Specifies the use of database triggers to notify changes in the database and update the object cache.
Default: false. Used in property: com.sybase.jaguar.component.dn.triggers |
| Copyright (C) 2006. Sybase Inc. All rights reserved. |
| |