Uses of Interface
com.sun.rtsjx.PhysicalMemoryMapper

Packages that use PhysicalMemoryMapper
com.sun.rtsjx Sun's extensions to The Real-Time Specification for Java. 
 

Uses of PhysicalMemoryMapper in com.sun.rtsjx
 

Classes in com.sun.rtsjx that implement PhysicalMemoryMapper
 class SharedMemoryMapper
          Shared memory support.
 

Methods in com.sun.rtsjx that return PhysicalMemoryMapper
 PhysicalMemoryMapper PhysicalMemoryRequest.get_mapper()
          Read the registered mapper.
 

Methods in com.sun.rtsjx with parameters of type PhysicalMemoryMapper
 void PhysicalMemoryRequest.set_mapper(PhysicalMemoryMapper mapper)
          Set the mapper.