The Real-Time Specification for Java (RTSJ) provides a platform for the development of real-time applications. However, the RTSJ does not take the distribution requirements of real-time applications into consideration. As distribution in Java is often implemented using Java's Remote Method Invocation (RMI), a real-time version of RMI between RTSJ implementations can provide a platform for writing distributed real-time systems. This paper describes a Real-Time RMI (RT-RMI) framework that supports timely invocation of remote objects. The thread classes defined by the RTSJ are used to provide the client and server threading mechanisms. The memory model of the RTSJ is considered to ensure that threads correctly use memory areas and avoid memory leaks in the absence of the garbage collector. New classes are developed to control the threads used throughout the invocation and to provide new semantics for remote objects that can be invoked in a timely fashion.

BibTex Entry

@inproceedings{Borg2003,
 author = {A. Borg and A. Wellings},
 booktitle = {Proceedings of the 15th Euromicro Conference on Real Time Systems},
 month = {Jul},
 organization = {Euromicro},
 publisher = {IEEE},
 title = {A Real-Time {RMI} Framework for the {RTSJ}},
 year = {2003}
}