org.openorb.ots.Impl
Class RecoveryCoordinator
public
class
RecoveryCoordinator
extends RecoveryCoordinatorPOA
This class is the implementation of the recovery coordinator interface.
Author: Jerome Daniel
public RecoveryCoordinator(ORB orb, Logger logger)
Constructor
This operation can be invoked at any time after the associated resource has been
prepared. The Resource must be passed as the parameter. Performing this operation
provides a hint to the Coordinator that the commit or rollback operations have not been
performed on the resource. This hint may be required in certain failure cases. This non-
blocking operation returns the current status of the transaction. The NotPrepared
exception is raised if the resource has not been prepared.