JBoss EJB 3 Extension API 2.0.0
-
-
Optional Element Summary
Optional Elements
Modifier and Type |
Optional Element and Description |
TimeUnit |
unit
Units used for the specified value.
|
long |
value
The new timeout value, in seconds.
|
-
-
Element Detail
-
value
public abstract long value
The new timeout value, in seconds. If this parameter
is 0
, the timeout value is reset to the default
value.
- See Also:
TransactionManager
- Default:
- 0L
-
unit
public abstract TimeUnit unit
Units used for the specified value. The minimum granularity is
SECONDS
, specifying a lower one will result in a deployment
failure.
- Since:
- 2.0
- Default:
- java.util.concurrent.TimeUnit.SECONDS
JBoss EJB 3 Extension API 2.0.0
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.