@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface Timeout
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 abstract long value
public abstract long local
public abstract long remote
Copyright © 2012. All Rights Reserved.