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

Packages that use ISharedObjectTransactionConfig
org.eclipse.ecf.core.sharedobject   
org.eclipse.ecf.provider.datashare   
 

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

Classes in org.eclipse.ecf.core.sharedobject that implement ISharedObjectTransactionConfig
 class TransactionSharedObjectConfiguration
          Configuration parameters for transaction shared object creation and replication.
 

Fields in org.eclipse.ecf.core.sharedobject declared as ISharedObjectTransactionConfig
protected  ISharedObjectTransactionConfig TransactionSharedObject.configuration
           
 

Constructors in org.eclipse.ecf.core.sharedobject with parameters of type ISharedObjectTransactionConfig
TransactionSharedObject(ISharedObjectTransactionConfig config)
          Construct instance.
TwoPhaseCommitEventProcessor(BaseSharedObject bse, ISharedObjectTransactionConfig config)
           
 

Uses of ISharedObjectTransactionConfig in org.eclipse.ecf.provider.datashare
 

Methods in org.eclipse.ecf.provider.datashare that return ISharedObjectTransactionConfig
protected  ISharedObjectTransactionConfig SharedObjectDatashareContainerAdapter.createChannelSharedObjectTransactionConfig()
           
 

Methods in org.eclipse.ecf.provider.datashare with parameters of type ISharedObjectTransactionConfig
protected  ISharedObject SharedObjectDatashareContainerAdapter.createSharedObject(SharedObjectTypeDescription typeDescription, ISharedObjectTransactionConfig transactionConfig, IChannelListener listener)
           
 

Constructors in org.eclipse.ecf.provider.datashare with parameters of type ISharedObjectTransactionConfig
BaseChannel(ISharedObjectTransactionConfig config, IChannelListener listener)
          Primary copy implementation of channel class constructor