| Class | Description |
|---|---|
| BackingStoreConstraint |
A constraint to limit the amount of baking store available to a task.
|
| ConstraintPermission |
Constraint permissions are for controlling limits on resource
usage.
|
| HeapConstraint |
A constraint to limit the amount of heap memory available to a task.
|
| ImmortalConstraint |
A constraint to limit the amount of immortal memory available to a task.
|
| ProcessingConstraint |
A class for handling contraining CPU used by tasks as a group via their
RealtimeThreadGroup instance. |
| ResourceConstraint<T extends ResourceConstraint<T>> |
The base class for all measurable constraints.
|
| ThreadConstraint |
A class for handling contraining the number of threads that can be
created in a realtime thread group.
|
| Exception | Description |
|---|---|
| ConstraintExceededException |
A runtime exception to throw when the limits of a ResourceConstraint
would be exceeded.
|