Uses of Interface
org.apache.directory.mitosis.store.ReplicationStore

Packages that use ReplicationStore
org.apache.directory.mitosis.configuration   
org.apache.directory.mitosis.operation   
org.apache.directory.mitosis.store.derby   
 

Uses of ReplicationStore in org.apache.directory.mitosis.configuration
 

Methods in org.apache.directory.mitosis.configuration that return ReplicationStore
 ReplicationStore ReplicationConfiguration.getStore()
          Returns the ReplicationStore which stores the change log of the replica this configuration is configuring.
 

Methods in org.apache.directory.mitosis.configuration with parameters of type ReplicationStore
 void ReplicationConfiguration.setStore(ReplicationStore store)
          Sets the ReplicationStore which stores the change log of the replica this configuration is configuring.
 

Uses of ReplicationStore in org.apache.directory.mitosis.operation
 

Methods in org.apache.directory.mitosis.operation with parameters of type ReplicationStore
 void Operation.execute(PartitionNexus nexus, ReplicationStore store, CoreSession coreSession)
          Replicates this operation on the specified nexus.
protected  void CompositeOperation.execute0(PartitionNexus nexus, ReplicationStore store, CoreSession coreSession)
          Apply the replication on each internal operation.
protected  void Operation.execute0(PartitionNexus nexus, ReplicationStore store, CoreSession coreSession)
          Not supported.
protected  void AttributeOperation.execute0(PartitionNexus nexus, ReplicationStore store, CoreSession coreSession)
          Check that we can apply the modification, and create the associated entry, if it does not exists locally.
protected  void AddEntryOperation.execute0(PartitionNexus nexus, ReplicationStore store, CoreSession coreSession)
          Inject the entry into the local server
 

Uses of ReplicationStore in org.apache.directory.mitosis.store.derby
 

Classes in org.apache.directory.mitosis.store.derby that implement ReplicationStore
 class DerbyReplicationStore
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.