org.omg.CosTransactions
Interface ResourceOperations

All Known Subinterfaces:
Resource, SubtransactionAwareResource, SubtransactionAwareResourceOperations
All Known Implementing Classes:
_ResourceImplBase, _ResourceStub, _SubtransactionAwareResourceImplBase, _SubtransactionAwareResourceStub

public interface ResourceOperations

org/omg/CosTransactions/ResourceOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CosTransactions.idl Saturday, November 26, 2011 9:53:36 PM UTC


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

Method Detail

prepare

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

rollback

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

commit

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

commit_one_phase

void commit_one_phase()
                      throws HeuristicHazard
Throws:
HeuristicHazard

forget

void forget()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.