com.sun.jimi.core.vmem
Class VMemParameters

java.lang.Object
  |
  +--com.sun.jimi.core.vmem.VMemParameters

public class VMemParameters
extends java.lang.Object

Parameters for virtual-memory based images. All units are in kilobytes.


Field Summary
protected  int pageFrameMemorySize
           
protected  int sendingBufferSize
           
 
Constructor Summary
VMemParameters(int frameMemory, int bufferMemory)
          Specify memory allocation for virtual-memory based images.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageFrameMemorySize

protected int pageFrameMemorySize

sendingBufferSize

protected int sendingBufferSize
Constructor Detail

VMemParameters

public VMemParameters(int frameMemory,
                      int bufferMemory)
Specify memory allocation for virtual-memory based images.
Parameters:
frameMemory - the number of kilobytes of memory to use for page frames, which are used as the memory-cache for image data residing in storage.
sendingBufferSize - the number of kilobytes of memory to use