Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
MinimumInterarrivalPolicy |
SporadicParameters.getMinimumInterarrivalPolicy()
Gets the arrival time queue policy for handling minimal interarrival
time underflow.
|
static MinimumInterarrivalPolicy |
MinimumInterarrivalPolicy.value(String value)
Converts a string into a policy type.
|
static MinimumInterarrivalPolicy |
MinimumInterarrivalPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinimumInterarrivalPolicy[] |
MinimumInterarrivalPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SporadicParameters |
SporadicParameters.setMinimumInterarrivalPolicy(MinimumInterarrivalPolicy policy)
Sets the policy for handling the arrival time queue when the
new arrival time is closer to the previous arrival time than the
minimum interarrival time given in
this . |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.