public class InniArmElseafter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) InniArmElseCode |
code |
(package private) long |
millis |
(package private) int |
nanos |
Constructor and Description |
---|
InniArmElseafter(long millis,
InniArmElseCode code)
The common case specifies only milliseconds.
|
InniArmElseafter(long millis,
int nanos,
InniArmElseCode code)
If no suitable invocation is present
or arrives within the specified time,
then execute the code in this arm and terminate the inni.
|
long millis
int nanos
InniArmElseCode code
public InniArmElseafter(long millis, int nanos, InniArmElseCode code)
millis
- milliseconds.nanos
- nanoseconds.code
- the code for the arm.public InniArmElseafter(long millis, InniArmElseCode code)
InniArmElseafter(long,int,InniArmElseCode)
on millis, 0, code
.millis
- milliseconds.code
- the code for the arm.