Class: com.sybase.djc.ant.EjbPassivateProperty (EJB Passivate Property) | EAServer 6.3 Help |
---|
Description |
Configures the passivation timeout for EJB stateful session beans.
If an instance is idle for more than this amount of time it is
passivated.
When instances are passivated they are stored in the "ejb_session"
database table in the "session.db" data source.
See also: EJB Remove Property. |
---|---|
Configuration |
Example:
<setProperties component="ejb.components.example.MyCompRemote"> <ejbPassivate timeout="100"/> ... </setProperties> |
Nested Properties | timeout |
Property: timeout (Timeout) | |
---|---|
Description | The instance passivation timeout, in seconds. |
Default Value | 60 |
Minimum Value | 0 |
Maximum Value | 2147483647 |