org.omg.CosTransactions
Interface ResourceOperations

All Superinterfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable
All Known Subinterfaces:
Resource, SubtransactionAwareResource, SubtransactionAwareResourceOperations

public interface ResourceOperations
extends org.omg.CORBA.portable.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

public Vote prepare()
             throws HeuristicMixed,
                    HeuristicHazard

rollback

public void rollback()
              throws HeuristicCommit,
                     HeuristicMixed,
                     HeuristicHazard

commit

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

commit_one_phase

public void commit_one_phase()
                      throws HeuristicHazard

forget

public void forget()