vishnu.model.transactions
Class TransactionManagerImpl

java.lang.Object
  extended by vishnu.model.transactions.TransactionManagerImpl
All Implemented Interfaces:
java.util.Observer, TransactionManager

public class TransactionManagerImpl
extends java.lang.Object
implements TransactionManager

 

Nested Class Summary
 
Nested classes/interfaces inherited from interface vishnu.model.transactions.TransactionManager
TransactionManager.Context
 
Constructor Summary
TransactionManagerImpl()
           
 
Method Summary
protected  TransactionManager.Context getContext()
           
 void setContext(TransactionManager.Context c)
           
 java.util.Collection<Transaction> transactions()
           
 void update(java.util.Observable o, java.lang.Object notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManagerImpl

public TransactionManagerImpl()
Method Detail

transactions

public java.util.Collection<Transaction> transactions()
Specified by:
transactions in interface TransactionManager

update

public void update(java.util.Observable o,
                   java.lang.Object notification)
Specified by:
update in interface java.util.Observer
Specified by:
update in interface TransactionManager

setContext

public void setContext(TransactionManager.Context c)
Specified by:
setContext in interface TransactionManager

getContext

protected TransactionManager.Context getContext()