javax.ejb
Annotation Type StatefulTimeout
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface StatefulTimeout
Specifies the amount of time a stateful session bean can be idle
( not receive any client invocations ) before it is eligible
for removal by the container.
- Since:
- 3.1
- Version:
- $Revision: $
- Author:
- Carlo de Wolf
Required Element Summary |
long |
value
|
value
public abstract long value
unit
public abstract TimeUnit unit
- Default:
- java.util.concurrent.TimeUnit.MINUTES
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.