Uses of Class
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationId

Packages that use SynchronizationId
org.jboss.system.server.profileservice.repository.clustered.local   
org.jboss.system.server.profileservice.repository.clustered.local.file   
org.jboss.system.server.profileservice.repository.clustered.sync   
 

Uses of SynchronizationId in org.jboss.system.server.profileservice.repository.clustered.local
 

Methods in org.jboss.system.server.profileservice.repository.clustered.local with parameters of type SynchronizationId
 void AbstractLocalContentManager.commitSynchronization(SynchronizationId<?> id)
           
 void LocalContentManager.commitSynchronization(SynchronizationId<?> id)
          Complete the two-phase commit process for the cluster synchronization that has been prepared.
protected abstract  T AbstractLocalContentManager.createSynchronizationActionContext(SynchronizationId<?> id, RepositoryContentMetadata toUpdate)
          Create a SynchronizationActionContext for the given cluster-wide content synchronization.
 List<? extends SynchronizationAction<T>> AbstractLocalContentManager.initiateSynchronization(SynchronizationId<?> id, List<ContentModification> modifications, RepositoryContentMetadata toInstall, boolean localLed)
           
 List<? extends SynchronizationAction<T>> LocalContentManager.initiateSynchronization(SynchronizationId<?> id, List<ContentModification> modifications, RepositoryContentMetadata toInstall, boolean localLed)
          Initiate a process of synchronizing this node's persistent store with the rest of the cluster
 boolean AbstractLocalContentManager.prepareSynchronization(SynchronizationId<?> id)
           
 boolean LocalContentManager.prepareSynchronization(SynchronizationId<?> id)
          Execute the prepare phase of the two phase commit process for the cluster synchronization that has been initialized.
 void AbstractLocalContentManager.rollbackSynchronization(SynchronizationId<?> id)
           
 void LocalContentManager.rollbackSynchronization(SynchronizationId<?> id)
          Roll back the cluster synchronization.
 

Uses of SynchronizationId in org.jboss.system.server.profileservice.repository.clustered.local.file
 

Methods in org.jboss.system.server.profileservice.repository.clustered.local.file with parameters of type SynchronizationId
protected  FileBasedSynchronizationActionContext FilesystemLocalContentManager.createSynchronizationActionContext(SynchronizationId<?> id, RepositoryContentMetadata toUpdate)
           
 

Constructors in org.jboss.system.server.profileservice.repository.clustered.local.file with parameters of type SynchronizationId
FileBasedSynchronizationActionContext(SynchronizationId<?> id, RepositoryContentMetadata inProgressMetadata, File tempDir, String storeName)
           
 

Uses of SynchronizationId in org.jboss.system.server.profileservice.repository.clustered.sync
 

Methods in org.jboss.system.server.profileservice.repository.clustered.sync that return SynchronizationId
 SynchronizationId<?> SynchronizationActionContext.getId()
           
 

Constructors in org.jboss.system.server.profileservice.repository.clustered.sync with parameters of type SynchronizationId
SynchronizationActionContext(SynchronizationId<?> id, RepositoryContentMetadata inProgressMetadata)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.