javax.realtime
Class RefCountedArena

java.lang.Object
  extended byjavax.realtime.MemoryArea
      extended byjavax.realtime.Arena
          extended byjavax.realtime.RefCountedArena

public class RefCountedArena
extends Arena

The RefCountedArena class implements a reference counted arena. A RefCountedArena is alive if there are live objects or root pointer pointing to it or if there are external references to the objects allocated within the arena.

Author:
Angelo Corsaro, Morgan Deters

Field Summary
 
Fields inherited from class javax.realtime.MemoryArea
logic, parent, sizeInBytes
 
Methods inherited from class javax.realtime.Arena
getMaximumSize, getPortal, setPortal
 
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
 



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