eu.xtreemos.xosd.localallocmgr.migrations
Class TransactionsProxy

java.lang.Object
  extended by eu.xtreemos.xosd.localallocmgr.migrations.TransactionsProxy

public class TransactionsProxy
extends java.lang.Object

handles all transactions (creation, access, roll-backs and removing)

Author:
urosjovanovic

Field Summary
private  java.util.Hashtable<java.lang.Integer,SimpleTransaction> transactions
           
 
Constructor Summary
TransactionsProxy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transactions

private java.util.Hashtable<java.lang.Integer,SimpleTransaction> transactions
Constructor Detail

TransactionsProxy

public TransactionsProxy()