Package org.omg.CosTransactions

Examples of org.omg.CosTransactions.WrongTransaction


  public synchronized void end (boolean report_heuristics)
      throws NoTransaction, HeuristicMixed, HeuristicHazard,
      WrongTransaction, SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here


   */

  public synchronized void abort () throws NoTransaction, WrongTransaction,
      SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

  public synchronized void end (boolean report_heuristics)
      throws NoTransaction, HeuristicMixed, HeuristicHazard,
      WrongTransaction, SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

   */

  public synchronized void abort () throws NoTransaction, WrongTransaction,
      SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

  public synchronized void end (boolean report_heuristics)
      throws NoTransaction, HeuristicMixed, HeuristicHazard,
      WrongTransaction, SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

   */

  public synchronized void abort () throws NoTransaction, WrongTransaction,
      SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

  public synchronized void end (boolean report_heuristics)
      throws NoTransaction, HeuristicMixed, HeuristicHazard,
      WrongTransaction, SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

   */

  public synchronized void abort () throws NoTransaction, WrongTransaction,
      SystemException
  {
    throw new WrongTransaction();
  }
View Full Code Here

TOP

Related Classes of org.omg.CosTransactions.WrongTransaction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.