org.omg.CosTransactions
Interface ResourceOperations

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

public interface ResourceOperations

org/omg/CosTransactions/ResourceOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from /usr/src/RPM/BUILD/geronimo-specs-1.1/geronimo-spec-corba/src/main/idl/CosTransactions.idl Thursday, November 29, 2007 10:27:53 PM MSK


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

Method Detail

prepare

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

rollback

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

commit

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

commit_one_phase

public void commit_one_phase()
                      throws HeuristicHazard
Throws:
HeuristicHazard

forget

public void forget()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.