Uses of Interface
org.jboss.system.server.profileservice.repository.clustered.local.LocalContentManager

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

Uses of LocalContentManager in org.jboss.system.server.profileservice.repository.clustered
 

Methods in org.jboss.system.server.profileservice.repository.clustered with parameters of type LocalContentManager
 void RepositoryClusteringHandler.initialize(LocalContentManager<?> localContentManager)
          Handler should prepare itself for operation.
 

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

Classes in org.jboss.system.server.profileservice.repository.clustered.local that implement LocalContentManager
 class AbstractLocalContentManager<T extends SynchronizationActionContext>
          Abstract base class for a LocalContentManager implementation.
 

Methods in org.jboss.system.server.profileservice.repository.clustered.local that return LocalContentManager
 LocalContentManager<T> LocalContentManagerFactory.getLocalContentManager(Map<String,URI> namedURIMap, org.jboss.profileservice.spi.ProfileKey profileKey, String localNodeName)
          Gets a LocalContentManager for the given set of URIs.
 

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

Classes in org.jboss.system.server.profileservice.repository.clustered.local.file that implement LocalContentManager
 class FilesystemLocalContentManager
          LocalContentManager that persists to the local filesystem.
 

Methods in org.jboss.system.server.profileservice.repository.clustered.local.file that return LocalContentManager
 LocalContentManager<FileBasedSynchronizationActionContext> FilesystemLocalContentManagerFactory.getLocalContentManager(Map<String,URI> namedURIMap, org.jboss.profileservice.spi.ProfileKey profileKey, String localNodeName)
           
 



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