@Target(value={TYPE,METHOD})
 @Retention(value=RUNTIME)
public @interface Timeout
| Modifier and Type | Fields and Description | 
|---|---|
| static long | NONEConstant for no timeout. | 
| static java.lang.String | TIMEOUTConstant for timeout name in non-functional properties. | 
| static long | UNSETConstant for unset. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| long | localThe local timeout period for specifying different values for local and remote. | 
| long | remoteThe remote timeout period for specifying different values for local and remote. | 
| long | valueThe 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