Uses of Interface
org.eclipse.ecf.core.sharedobject.ISharedObjectContainerTransaction

Packages that use ISharedObjectContainerTransaction
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.provider.generic   
 

Uses of ISharedObjectContainerTransaction in org.eclipse.ecf.core.sharedobject
 

Classes in org.eclipse.ecf.core.sharedobject that implement ISharedObjectContainerTransaction
 class TwoPhaseCommitEventProcessor
          Implementation of two-phase commit for transactional replication of shared objects.
 

Fields in org.eclipse.ecf.core.sharedobject declared as ISharedObjectContainerTransaction
protected  ISharedObjectContainerTransaction TransactionSharedObject.transaction
           
 

Uses of ISharedObjectContainerTransaction in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that return ISharedObjectContainerTransaction
protected  ISharedObjectContainerTransaction SOContainer.addSharedObject0(ID id, ISharedObject s, java.util.Map props)
           
protected  ISharedObjectContainerTransaction SOContainer.addSharedObjectWrapper(SOWrapper wrapper)