1. Overview of Sun GlassFish Enterprise Server v3 Application Deployment
A. The asadmin Deployment Subcommands
B. Enterprise Server Deployment Descriptor Files
C. Elements of the Enterprise Server Deployment Descriptors
activation-config-property-name
activation-config-property-value
Specifies the entity bean cache properties. Used for entity beans and stateful session beans.
ejb (sun-ejb-jar.xml)
The following table describes subelements for the bean-cache element.
|
<bean-cache> <max-cache-size>100</max-cache-size> <cache-resize-quantity>10</cache-resize-quantity> <removal-timeout-in-seconds>3600</removal-timeout-in-seconds> <victim-selection-policy>LRU</victim-selection-policy> <cache-idle-timeout-in-seconds>600</cache-idle-timeout-in-seconds> <removal-timeout-in-seconds>5400</removal-timeout-in-seconds> </bean-cache>