Uses of Interface
org.jboss.system.server.profileservice.repository.clustered.sync.SynchronizationPolicy

Packages that use SynchronizationPolicy
org.jboss.system.server.profileservice.repository.clustered.sync   
 

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

Classes in org.jboss.system.server.profileservice.repository.clustered.sync that implement SynchronizationPolicy
 class AbstractSynchronizationPolicy
          Abstract base class to support implementations of SynchronizationPolicy.
 class ImmutableSynchronizationPolicy
          SynchronizationPolicy that does not accept any changes.
 

Constructors in org.jboss.system.server.profileservice.repository.clustered.sync with parameters of type SynchronizationPolicy
RemoteContentModificationGenerator(SynchronizationPolicy policy)
          Create a new RemoteRepositoryContentModificationGenerator to handle a cluster merge.
RemoteContentModificationGenerator(SynchronizationPolicy policy, RepositoryContentMetadata baseRemoteContent)
          Create a new RemoteRepositoryContentModificationGenerator to handle a cluster node join.
 



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