org.omg.CosTransactions
Interface ResourceOperations

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

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

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

rollback

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

commit

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

commit_one_phase

public void commit_one_phase()
                      throws HeuristicHazard
Throws:
HeuristicHazard

forget

public void forget()