org.omg.CosTransactions
Interface ResourceOperations

All Superinterfaces:
IDLEntity, Serializable
All Known Subinterfaces:
Resource, SubtransactionAwareResource, SubtransactionAwareResourceOperations

public interface ResourceOperations
extends IDLEntity

ResourceOperations Type Class generated by the Idl2Java Compiler 3.1 of Jonathan


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()