org.apache.commons.transaction.memory.jca
Class MemoryMapResourceManager

java.lang.Object
  extended by org.apache.commons.transaction.memory.jca.MemoryMapResourceManager

public class MemoryMapResourceManager
extends Object

Version:
$Revision$

Field Summary
protected static MemoryMapResourceManager instance
           
protected  Map maps
           
 
Constructor Summary
MemoryMapResourceManager()
           
 
Method Summary
static MemoryMapResourceManager getInstance()
           
 TransactionalMapWrapper lookup(Object id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

protected static MemoryMapResourceManager instance

maps

protected Map maps
Constructor Detail

MemoryMapResourceManager

public MemoryMapResourceManager()
Method Detail

getInstance

public static MemoryMapResourceManager getInstance()

lookup

public TransactionalMapWrapper lookup(Object id)


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.