All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.CosTransactions.TerminatorPOATie Maven / Gradle / Ivy

package org.omg.CosTransactions;


/**
* org/omg/CosTransactions/TerminatorPOATie.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/CosTransactions.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/

public class TerminatorPOATie extends TerminatorPOA
{

  // Constructors

  public TerminatorPOATie ( org.omg.CosTransactions.TerminatorOperations delegate ) {
      this._impl = delegate;
  }
  public TerminatorPOATie ( org.omg.CosTransactions.TerminatorOperations delegate , org.omg.PortableServer.POA poa ) {
      this._impl = delegate;
      this._poa      = poa;
  }
  public org.omg.CosTransactions.TerminatorOperations _delegate() {
      return this._impl;
  }
  public void _delegate (org.omg.CosTransactions.TerminatorOperations delegate ) {
      this._impl = delegate;
  }
  public org.omg.PortableServer.POA _default_POA() {
      if(_poa != null) {
          return _poa;
      }
      else {
          return super._default_POA();
      }
  }
  public void commit (boolean report_heuristics) throws org.omg.CosTransactions.HeuristicMixed, org.omg.CosTransactions.HeuristicHazard
  {
    _impl.commit(report_heuristics);
  } // commit

  public void rollback ()
  {
    _impl.rollback();
  } // rollback

  private org.omg.CosTransactions.TerminatorOperations _impl;
  private org.omg.PortableServer.POA _poa;

} // class TerminatorPOATie




© 2015 - 2024 Weber Informatics LLC | Privacy Policy