@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Timeout
Modifier and Type | Fields and Description |
---|---|
static long |
NONE
Constant for no timeout.
|
static java.lang.String |
TIMEOUT
Constant for timeout name in non-functional properties.
|
static long |
UNSET
Constant for unset.
|
Modifier and Type | Optional Element and Description |
---|---|
long |
local
The local timeout period for specifying different values for local and remote.
|
long |
remote
The remote timeout period for specifying different values for local and remote.
|
long |
value
The timeout period after which local or remote invocations
are aborted when no result is received.
|
public static final java.lang.String TIMEOUT
public abstract long value