org.omg.CosTransactions
Interface ResourceOperations

All Known Subinterfaces:
Resource, SubtransactionAwareResource, SubtransactionAwareResourceOperations
All Known Implementing Classes:
_ResourceStub, _SubtransactionAwareResourceStub, ResourcePOA, ResourcePOATie, SubtransactionAwareResourcePOA, SubtransactionAwareResourcePOATie

public interface ResourceOperations

Generated from IDL interface "Resource"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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 © {inceptionYear}-2007 null. All Rights Reserved.