|
RTSJ Implementation |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MonitorControl in javax.realtime |
|---|
| Subclasses of MonitorControl in javax.realtime | |
|---|---|
class |
PriorityCeilingEmulation
PriorityCeilingEmulation provides an alternative monitor behaviour to the default PriorityInheritance policy. |
class |
PriorityInheritance
PriorityInheritance is the default monitor control policy. |
| Methods in javax.realtime that return MonitorControl | |
|---|---|
static MonitorControl |
RealtimeSystem.getInitialMonitorControl()
Get the monitor control object of the policy that is used during system startup. |
static MonitorControl |
MonitorControl.getMonitorControl()
getMonitorControl returns the default monitor control policy. |
static MonitorControl |
MonitorControl.getMonitorControl(java.lang.Object monitor)
getMonitorControl determines the monitor control associated with a given Java object. |
static MonitorControl |
MonitorControl.setMonitorControl(MonitorControl monCtl)
setMonitorControl sets the default monitor control policy to the given argument. |
static MonitorControl |
MonitorControl.setMonitorControl(java.lang.Object monitor,
MonitorControl monCtl)
setMonitorControl set the monitor control for the monitor associated with a Java object. |
| Methods in javax.realtime with parameters of type MonitorControl | |
|---|---|
static MonitorControl |
MonitorControl.setMonitorControl(MonitorControl monCtl)
setMonitorControl sets the default monitor control policy to the given argument. |
static MonitorControl |
MonitorControl.setMonitorControl(java.lang.Object monitor,
MonitorControl monCtl)
setMonitorControl set the monitor control for the monitor associated with a Java object. |
|
RTSJ Implementation |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||