The primary goal for asynchronous event handling (AEH) in the Real-Time Specification for Java (RTSJ) is to have a lightweight concurrency mechanism. However the RTSJ neither provides a well-defined guideline on how to implement AEH nor requires the documentation of the AEH model used in the implementation. Also the AEH API in the RTSJ are criticised as lacking in configurability as they do not provide any means for programmers to have fine control over the AEH facilities, such as the mapping between real-time threads and handlers. For these reasons, it needs the refactoring of its application programming interface (API) to give programmers more configurability. This paper, therefore, proposes a set of AEH related classes and interfaces to enable flexible configurability over AEH components. We have implemented the refactored configurable AEH API using the new specifications on an existing RTSJ implementation and this paper shows that it allows more configurability for programmers than the current AEH API in the RTSJ does. Consequently programmers are able to specifically tailor the AEH subsystem to fit their applications' particular needs.

BibTex Entry

@inproceedings{Kim2009,
 address = {Los Alamitos, CA, USA},
 author = {MinSeong Kim and Andy Wellings},
 booktitle = {21th Euromicro Conference on Real-Time Systems},
 isbn = {978-0-7695-3724-5},
 location = {Dublin, Ireland},
 pages = {25-34},
 publisher = {IEEE Computer Society},
 title = {Refactoring Asynchronous Event Handling in the Real-Time Specification for Java},
 year = {2009}
}