javax.realtime
Class MethodAreaMemory

java.lang.Object
  extended byjavax.realtime.MemoryArea
      extended byjavax.realtime.MethodAreaMemory

public class MethodAreaMemory
extends MemoryArea

This class encapsulates the JVM (or GCJ run-time) method area. This is the region of memory in which classes information are stored. jRate provide a way of configuring the type of MethodArea.

Author:
Angelo Corsaro, Morgan Deters

Field Summary
 
Fields inherited from class javax.realtime.MemoryArea
logic, parent, sizeInBytes
 
Method Summary
static MethodAreaMemory instance()
          Returns a reference to the singleton MemoryArea space.
 
Methods inherited from class javax.realtime.MemoryArea
enter, enter, executeInArea, finalize, getMemoryArea, guardedRun, memoryConsumed, memoryRemaining, newArray, newInstance, newInstance, size
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static MethodAreaMemory instance()
Returns a reference to the singleton MemoryArea space.

Returns:
The singleton MemoryArea object.


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.