com.andreani.xtol.util
Class TxManHandler

java.lang.Object
  |
  +--com.andreani.xtol.util.TxManHandler
All Implemented Interfaces:
ServiceDiscoveryListener

public class TxManHandler
extends Object
implements ServiceDiscoveryListener

Manager class for transactions.

Version:
1.0
Author:
Stefano Andreani

Field Summary
protected  Category cat
           
 
Constructor Summary
TxManHandler()
          Constructor for the TxManHandler object
 
Method Summary
 TransactionManager getTxMgr()
          Gets the TxMgr attribute of the TxManHandler object
 void serviceAdded(ServiceDiscoveryEvent evt)
           
 void serviceChanged(ServiceDiscoveryEvent event)
           
 void serviceRemoved(ServiceDiscoveryEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected Category cat
Constructor Detail

TxManHandler

public TxManHandler()
Constructor for the TxManHandler object
Method Detail

serviceAdded

public void serviceAdded(ServiceDiscoveryEvent evt)
Specified by:
serviceAdded in interface ServiceDiscoveryListener

serviceRemoved

public void serviceRemoved(ServiceDiscoveryEvent event)
Specified by:
serviceRemoved in interface ServiceDiscoveryListener

serviceChanged

public void serviceChanged(ServiceDiscoveryEvent event)
Specified by:
serviceChanged in interface ServiceDiscoveryListener

getTxMgr

public TransactionManager getTxMgr()
Gets the TxMgr attribute of the TxManHandler object


Copyright © 2001 Stefano Andreani - No Rights Reserved ;-)