| Class: com.sybase.djc.ant.EjbRemoveProperty (EJB Remove Property) | EAServer 6.0 Help |
|---|
| Description |
Configures the removal timeout for EJB stateful session beans.
If an instance is idle for more than this amount of time it is
removed.
See also: EJB Passivate Property. |
|---|---|
| Configuration |
Example:
<setProperties component="ejb.components.example.MyCompRemote"> <ejbRemove timeout="100"/> ... </setProperties> |
| Nested Properties | timeout |
| Property: timeout (Timeout) | |
|---|---|
| Description | The instance removal timeout, in seconds. |
| Default Value | 600 |
| Minimum Value | 0 |
| Maximum Value | 2147483647 |