|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ThreadTerminatedException | |
| javax.realtime | |
| javax.realtime.DSS | |
| javax.realtime.test.airplane | |
| javax.realtime.test.bridge | |
| javax.realtime.test.preemption | |
| javax.realtime.test.traffic | |
| Uses of ThreadTerminatedException in javax.realtime |
| Methods in javax.realtime that throw ThreadTerminatedException | |
abstract void |
RealtimeThread.body()
Where all the application work gets done. |
| Uses of ThreadTerminatedException in javax.realtime.DSS |
| Methods in javax.realtime.DSS that throw ThreadTerminatedException | |
abstract void |
Resource.seize()
Seize this resource, waiting if necessary. |
void |
Resource.seize(Resource second)
Conjunctive seize, i.e., seize both this and the given resource. |
void |
Resource.seizeIfNotHeld()
Seize this Resource if not already held. |
abstract void |
Resource.release()
Release this resource. |
void |
Resource.releaseIfHeld()
Release this Resource if held. |
protected void |
Resource.giveResourceTo(RealtimeThread thread)
Give this Resource to the given
thread. |
void |
PriorityResource.seize()
|
void |
PriorityResource.release()
|
void |
PriorityInheritanceResource.seize()
Seize this PriorityInheritanceResource. |
void |
PriorityInheritanceResource.release()
Release this PriorityInheritanceResource. |
void |
PriorityCeilingResource.seize()
Seize this resource, waiting if necessary. |
void |
PriorityCeilingResource.release()
Release this resource. |
void |
PreemptableResource.seize()
Seize this Preemptableresource. |
void |
PreemptableResource.release()
Release this PreemptableResource. |
void |
FIFOResource.seize()
|
void |
FIFOResource.release()
|
static void |
DSS.holdGivingUpResource(RelativeTime t,
Resource resource,
boolean simulateActivePhaseTime)
Perform a hold operation bracketing it by release() and
seize() operations on a resource. |
static void |
DSS.holdWithResource(RelativeTime holdTime,
Resource resource,
boolean simulateActivePhaseTime)
Perform a hold operation wherein periods when the resource has been stolen do not count toward the hold time. |
static void |
DSS.shutdown()
Abruptly shuts down the simulation. |
| Uses of ThreadTerminatedException in javax.realtime.test.airplane |
| Methods in javax.realtime.test.airplane that throw ThreadTerminatedException | |
void |
CycleBurner.body()
|
| Uses of ThreadTerminatedException in javax.realtime.test.bridge |
| Methods in javax.realtime.test.bridge that throw ThreadTerminatedException | |
void |
Car.body()
|
| Uses of ThreadTerminatedException in javax.realtime.test.preemption |
| Methods in javax.realtime.test.preemption that throw ThreadTerminatedException | |
void |
Job.body()
The behavior specification for this Job |
| Uses of ThreadTerminatedException in javax.realtime.test.traffic |
| Methods in javax.realtime.test.traffic that throw ThreadTerminatedException | |
void |
Intersection.enter(java.lang.String directionHeaded,
java.lang.String turn)
|
void |
Car.body()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||