|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MonitorControl | |
|---|---|
| javax.realtime | Jamaica's implementation of the Real-Time Specification for Java. |
| 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(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(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 | |
|---|---|
void |
RealtimeSecurity.checkSetMonitorControl(MonitorControl policy)
checkSetMonitorControl checks if the application is allowed to set the default monitor control policy. |
static MonitorControl |
MonitorControl.setMonitorControl(MonitorControl monCtl)
setMonitorControl sets the default monitor control policy to the given argument. |
static MonitorControl |
MonitorControl.setMonitorControl(Object monitor,
MonitorControl monCtl)
setMonitorControl set the monitor control for the monitor associated with a Java object. |
|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||