Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Class and Description |
---|---|
class |
PriorityCeilingEmulation
PriorityCeilingEmulation provides an alternative monitor behaviour
to the default PriorityInheritance policy.
|
class |
PriorityInheritance
PriorityInheritance is the default monitor control policy.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2021 aicas GmbH. All Rights Reserved.