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