org.omg.CosTransactions
Interface ResourceOperations

All Known Subinterfaces:
Resource, SubtransactionAwareResource, SubtransactionAwareResourceOperations

public interface ResourceOperations

Generated from IDL interface "Resource".

Version:
generated at Aug 22, 2009 1:40:11 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 void commit_one_phase()
           
 void commit()
           
 void forget()
           
 Vote prepare()
           
 void rollback()
           
 

Method Detail

prepare

Vote prepare()
             throws HeuristicHazard,
                    HeuristicMixed
Throws:
HeuristicHazard
HeuristicMixed

rollback

void rollback()
              throws HeuristicHazard,
                     HeuristicMixed,
                     HeuristicCommit
Throws:
HeuristicHazard
HeuristicMixed
HeuristicCommit

commit

void commit()
            throws NotPrepared,
                   HeuristicHazard,
                   HeuristicMixed,
                   HeuristicRollback
Throws:
NotPrepared
HeuristicHazard
HeuristicMixed
HeuristicRollback

commit_one_phase

void commit_one_phase()
                      throws HeuristicHazard
Throws:
HeuristicHazard

forget

void forget()


Copyright © 2009. All Rights Reserved.