javax.jts
Interface TransactionService


public abstract interface TransactionService

The TransactionService interface is implemented by the JTS Transaction Manager to allow the ORB to identify itself to the Transaction Manager and for the Transaction Manager to pass the Sender and Receiver callback objects to the ORB. The Sender and Receiver objects are used by the ORB to deliver the user request’s transaction context to the Transaction Manager.


Method Summary
 void identifyORB(ORB orb, TSIdentification tsi, java.util.Properties prop)
          identifyORB is called by the ORB to pass on to the Transaction Manager its TSIdentification object and any custom properties.
 

Method Detail

identifyORB

public void identifyORB(ORB orb,
                        TSIdentification tsi,
                        java.util.Properties prop)
identifyORB is called by the ORB to pass on to the Transaction Manager its TSIdentification object and any custom properties. This allows the Transaction Manager to identify to the ORB the Sender and Receiver callback objects needed by the ORB when handling application requests.
Parameters:
orb - A CORBA ORB instance
tsi - A TSIDentification object implemented by the ORB
prop - Properties that contain any custom information