org.omg.CosTransactions
Class RecoveryCoordinatorPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosTransactions.RecoveryCoordinatorPOA
          extended byorg.omg.CosTransactions.RecoveryCoordinatorPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, RecoveryCoordinatorOperations

public class RecoveryCoordinatorPOATie
extends RecoveryCoordinatorPOA

A recoverable object uses a RecoveryCoordinator to drive the recovery process in certain situations. The object reference for an object supporting the RecoveryCoordinator interface, as returned by the register_resource operation, is implicitly associated with a single resource registration request and may only be used by that resource.


Constructor Summary
RecoveryCoordinatorPOATie(RecoveryCoordinatorOperations tieObject)
          Constructor
RecoveryCoordinatorPOATie(RecoveryCoordinatorOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 RecoveryCoordinatorOperations _delegate()
          Get the delegate
 void _delegate(RecoveryCoordinatorOperations delegate_)
          Set the delegate
 Status replay_completion(Resource r)
          Operation replay_completion
 
Methods inherited from class org.omg.CosTransactions.RecoveryCoordinatorPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryCoordinatorPOATie

public RecoveryCoordinatorPOATie(RecoveryCoordinatorOperations tieObject)
Constructor


RecoveryCoordinatorPOATie

public RecoveryCoordinatorPOATie(RecoveryCoordinatorOperations tieObject,
                                 org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public RecoveryCoordinatorOperations _delegate()
Get the delegate


_delegate

public void _delegate(RecoveryCoordinatorOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method


replay_completion

public Status replay_completion(Resource r)
                         throws NotPrepared
Operation replay_completion

Throws:
NotPrepared