Uses of Class
com.sun.rtsjx.PhysicalMemoryRequest

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

Uses of PhysicalMemoryRequest in com.sun.rtsjx
 

Methods in com.sun.rtsjx that return PhysicalMemoryRequest
static PhysicalMemoryRequest PhysicalMemoryRequest.parseType(java.lang.Object type, long base, long size, boolean mappit)
           
static PhysicalMemoryRequest PhysicalMemoryRequest.parseType(java.lang.Object type, long base, long size, boolean mappit, java.lang.String device)
          Create the PhysicalMemoryRequest corresponding to the type parameter of the physical memory related methods.
 

Methods in com.sun.rtsjx with parameters of type PhysicalMemoryRequest
 void CoreRawMemoryType.addConstraints(PhysicalMemoryRequest request)
          Add new constraints to a physical memory request.
 void SharedMemoryMapper.addConstraints(PhysicalMemoryRequest request)
           
 void CoreRawMemoryType.checkConstraints(PhysicalMemoryRequest request)
          Check consistency with other constraints.
 void PhysicalMemoryMapper.checkMapperConstraints(PhysicalMemoryRequest request)
          Check the constraints due to the mapper itself.
 void SharedMemoryMapper.checkMapperConstraints(PhysicalMemoryRequest request)
           
 long PhysicalMemoryMapper.map(PhysicalMemoryRequest request)
          Map the request.
 long SharedMemoryMapper.map(PhysicalMemoryRequest request)
          Map the shared memory.
 void PhysicalMemoryMapper.unmap(PhysicalMemoryRequest request)
          Undo a mapping.
 void SharedMemoryMapper.unmap(PhysicalMemoryRequest request)