java.lang.Object
org.omg.PortableServer.Servant
com.arjuna.ArjunaOTS.ActionControlPOA
com.arjuna.ats.internal.jts.orbspecific.ControlImple
com.arjuna.ats.internal.jts.orbspecific.interposition.ServerControl
All Implemented Interfaces:
ActionControlOperations, org.omg.CORBA.portable.InvokeHandler, ControlOperations

public class ServerControl extends ControlImple
As with ControlImple, the transaction is maintained until the control object is deleted. This class maintains a handle on the current server-side transaction, and also references to the original transaction it is "mirroring". This allows us to have a single place to hold both sets of information which is accessible to interposed resources, synchronizations, and transactions.
Since:
JTS 1.0.
Version:
$Id: ServerControl.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)