Package jadex.providedservice.annotation
Annotation Interface Timeout
Specify a timeout period after which the remote invocation
is aborted when no result is received.
Applicable to all methods of a service interface or a service interface as a whole.
Interface specific settings apply to all methods without
explicit timeout specifications.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionlong
The timeout period after which local or remote invocations are aborted when no result is received. -
Field Summary
Fields
-
Field Details
-
NONE
static final long NONEConstant for no timeout.- See Also:
-
UNSET
static final long UNSETConstant for unset (i.e. use current default timeout).- See Also:
-
TIMEOUT
Constant for timeout name in non-functional properties.- See Also:
-
-
Element Details
-
value
long valueThe timeout period after which local or remote invocations are aborted when no result is received.- Default:
-2L
-