lejos.realtime
Class MemoryParameters

java.lang.Object
  extended by lejos.realtime.MemoryParameters

public class MemoryParameters
extends Object

Author:
Team iRboT

Field Summary
static long NO_MAX
           
 
Constructor Summary
MemoryParameters()
           
 
Method Summary
 long getAllocationRate()
          mis arbitrairement a revoir
 long getMaxImmortal()
           
 long getMaxMemoryArea()
           
 void setAllocationRate(long allocationRate)
           
 boolean setAllocationRateIfFeasible(long allocationRate)
           
 boolean setMaxImmortalIfFeasible(long maximum)
           
 boolean setMaxMemoryAreaIfFeasible(long maximum)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_MAX

public static final long NO_MAX
See Also:
Constant Field Values
Constructor Detail

MemoryParameters

public MemoryParameters()
Method Detail

getAllocationRate

public long getAllocationRate()
mis arbitrairement a revoir


getMaxImmortal

public long getMaxImmortal()

getMaxMemoryArea

public long getMaxMemoryArea()

setAllocationRate

public void setAllocationRate(long allocationRate)

setAllocationRateIfFeasible

public boolean setAllocationRateIfFeasible(long allocationRate)

setMaxImmortalIfFeasible

public boolean setMaxImmortalIfFeasible(long maximum)

setMaxMemoryAreaIfFeasible

public boolean setMaxMemoryAreaIfFeasible(long maximum)