This document proposes a No Heap model for remote objects in distributed real-time Java systems. The model avoids garbage collection by containing objects within scoped memory areas. Remote objects have a creation context in immortal memory and invocation contexts in local temporary memory areas. This allows safe nesting of contexts by forbidding references from creation to invocation contexts while allowing references the other way. The model is compared to traditional garbage collected remote objects, showing it uses less time as it avoids garbage collection overhead.