Class JavaIdlRCDefaultServant
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosTransactions.RecoveryCoordinatorPOA
com.arjuna.ats.internal.jts.orbspecific.recovery.recoverycoordinators.GenericRecoveryCoordinator
com.arjuna.ats.internal.jts.orbspecific.javaidl.recoverycoordinators.JavaIdlRCDefaultServant
- All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler
,RecoveryCoordinatorOperations
-
Method Summary
Modifier and TypeMethodDescriptionImplementation of IDL method:Methods inherited from class com.arjuna.ats.internal.jts.orbspecific.recovery.recoverycoordinators.GenericRecoveryCoordinator
makeId, reconstruct, replay_completion
Methods inherited from class org.omg.CosTransactions.RecoveryCoordinatorPOA
_all_interfaces, _invoke, _this, _this
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
-
Method Details
-
replay_completion
Description copied from class:GenericRecoveryCoordinator
Implementation of IDL method:Operation: ::CosTransactions::RecoveryCoordinator::replay_completion.
#pragma prefix "omg.org/CosTransactions/RecoveryCoordinator" ::CosTransactions::Status replay_completion( in ::CosTransactions::Resource r ) raises( ::CosTransactions::NotPrepared );
This method is used when the instance is used as a particular implementation object (i.e. not as default servant). Delegates to the staticreplay_completion
using theRecoveryCoordinatorId
made in the constructor.- Specified by:
replay_completion
in interfaceRecoveryCoordinatorOperations
- Overrides:
replay_completion
in classGenericRecoveryCoordinator
- Throws:
org.omg.CORBA.SystemException
NotPrepared
-