Class RecoveryContactWriter

java.lang.Object
com.arjuna.ats.internal.jts.recovery.contact.RecoveryContactWriter
All Implemented Interfaces:
EventHandler

public class RecoveryContactWriter extends Object implements EventHandler
An instance of this object is registered so as to be invoked when any CORBA object is constructed, but ignores everything except the first ArjunaFactory On seeing an ArjunaFactory, it causes a FactoryContactItem to be saved and deregisters itself (and thus relies on the fact (true for 2.1) that any ArjunaFactory can be used to find the status of any transaction.
  • Constructor Details

    • RecoveryContactWriter

      public RecoveryContactWriter()
  • Method Details