2008 11th IEEE International Symposium on Object and Component-Oriented Real-Time Distributed Computing (ISORC) 2008
DOI: 10.1109/isorc.2008.63
|View full text |Cite
|
Sign up to set email alerts
|

Hardware Objects for Java

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
21
0

Year Published

2008
2008
2016
2016

Publication Types

Select...
4
3
2

Relationship

6
3

Authors

Journals

citations
Cited by 27 publications
(21 citation statements)
references
References 8 publications
0
21
0
Order By: Relevance
“…As an example, the concept of hardware objects and 1st level interrupt handlers [40] is supported by the HVM. Research within WCET and schedulability analysis has also used the HVM as execution platform [18,19].…”
Section: The Hardware Near Virtual Machinementioning
confidence: 99%
“…As an example, the concept of hardware objects and 1st level interrupt handlers [40] is supported by the HVM. Research within WCET and schedulability analysis has also used the HVM as execution platform [18,19].…”
Section: The Hardware Near Virtual Machinementioning
confidence: 99%
“…We would have preferred a more object-oriented way, the so-called hardware objects [21], to access low-level IO registers and DMA memory. For the implementation of the SCJ style low-level device access we can either use native system methods or hardware object based arrays.…”
Section: Low-level Device Accessmentioning
confidence: 99%
“…Applications provide handlers via objects that implements Runnable and register the object for a interrupt number. We reuse here the I/O Factory presented in [9]. Figure 2 shows a simple example of an interrupt handler implemented in Java.…”
Section: Interrupt Handlingmentioning
confidence: 99%
“…To perform this access efficiently, which is a requirement for interrupt handlers, we use hardware objects as defined in [9]. The hardware objects rs232 and interruptControl has been defined to fit the physical hardware platform and allows the interrupt handler to access appropriate device registers directly.…”
Section: Accessing Device Registersmentioning
confidence: 99%