Novell exteNd Messaging Platform 5.2

org.omg.CosTransactions
Interface SubtransactionAwareResourceOperations

All Superinterfaces:
ResourceOperations
All Known Subinterfaces:
SubtransactionAwareResource
All Known Implementing Classes:
_SubtransactionAwareResourceStub, SubtransactionAwareResourcePOA

public interface SubtransactionAwareResourceOperations
extends ResourceOperations

Recoverable objects that implement nested transaction behavior may support a specialization of the Resource interface called the SubtransactionAwareResource interface.


Method Summary
 void commit_subtransaction(Coordinator parent)
          This operation is invoked only if the resource has been registered with a subtransaction and the subtransaction has been committed.
 void rollback_subtransaction()
          This operation is invoked only if the resource has been registered with a subtransaction and notifies the resource that the subtransaction has rolled back.
 
Methods inherited from interface org.omg.CosTransactions.ResourceOperations
commit_one_phase, commit, forget, prepare, rollback
 

Method Detail

commit_subtransaction

public void commit_subtransaction(Coordinator parent)
This operation is invoked only if the resource has been registered with a subtransaction and the subtransaction has been committed.


rollback_subtransaction

public void rollback_subtransaction()
This operation is invoked only if the resource has been registered with a subtransaction and notifies the resource that the subtransaction has rolled back.


Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.