javax.realtime
Class ArenaFactory

java.lang.Object
  extended byjavax.realtime.ArenaFactory

public class ArenaFactory
extends Object

The class ArenaFactory has the responsibility of creating Arena instances.

Author:
Angelo Corsaro

Field Summary
protected static ArenaFactory theInstance
           
 
Constructor Summary
protected ArenaFactory()
           
 
Method Summary
static RefCountedArena createRefCountedArena(long size)
           
static RefCountedArena createRefCountedArena(long size, Runnable logic)
           
static RefCountedArena createRefCountedArena(SizeEstimator size)
           
static RefCountedArena createRefCountedArena(SizeEstimator size, Runnable logic)
           
static ArenaFactory instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theInstance

protected static ArenaFactory theInstance
Constructor Detail

ArenaFactory

protected ArenaFactory()
Method Detail

instance

public static ArenaFactory instance()

createRefCountedArena

public static RefCountedArena createRefCountedArena(long size)

createRefCountedArena

public static RefCountedArena createRefCountedArena(SizeEstimator size)

createRefCountedArena

public static RefCountedArena createRefCountedArena(long size,
                                                    Runnable logic)

createRefCountedArena

public static RefCountedArena createRefCountedArena(SizeEstimator size,
                                                    Runnable logic)


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