Uses of Class
org.exoplatform.services.jcr.ext.replication.ChannelManager

Packages that use ChannelManager
org.exoplatform.services.jcr.ext.replication   
org.exoplatform.services.jcr.ext.replication.priority   
org.exoplatform.services.jcr.ext.replication.recovery   
 

Uses of ChannelManager in org.exoplatform.services.jcr.ext.replication
 

Methods in org.exoplatform.services.jcr.ext.replication that return ChannelManager
 ChannelManager WorkspaceDataTransmitter.getChannelManager()
          getChannelManager.
 

Methods in org.exoplatform.services.jcr.ext.replication with parameters of type ChannelManager
 void AbstractWorkspaceDataReceiver.init(ChannelManager channelManager, java.lang.String systemId, java.lang.String ownName, RecoveryManager recoveryManager)
          init.
 void WorkspaceDataTransmitter.init(ChannelManager channelManager, java.lang.String systemId, java.lang.String ownName, RecoveryManager recoveryManager)
          init.
 

Uses of ChannelManager in org.exoplatform.services.jcr.ext.replication.priority
 

Fields in org.exoplatform.services.jcr.ext.replication.priority declared as ChannelManager
protected  ChannelManager AbstractPriorityChecker.channelManager
          The ChannalManager will be transmitted the Packets.
 

Constructors in org.exoplatform.services.jcr.ext.replication.priority with parameters of type ChannelManager
AbstractPriorityChecker(ChannelManager channelManager, int ownPriority, java.lang.String ownName, java.util.List<java.lang.String> otherParticipants)
          AbstractPriorityChecker constructor.
DynamicPriorityChecker(ChannelManager channelManager, int ownPriority, java.lang.String ownName, java.util.List<java.lang.String> otherParticipants)
          DynamicPriorityChecker constructor.
GenericPriorityChecker(ChannelManager channelManager, int ownPriority, java.lang.String ownName, java.util.List<java.lang.String> otherParticipants)
           
StaticPriorityChecker(ChannelManager channelManager, int ownPriority, java.lang.String ownName, java.util.List<java.lang.String> otherParticipants)
          StaticPriorityChecker constructor.
 

Uses of ChannelManager in org.exoplatform.services.jcr.ext.replication.recovery
 

Methods in org.exoplatform.services.jcr.ext.replication.recovery that return ChannelManager
 ChannelManager RecoveryManager.getChannelManager()
           
 

Constructors in org.exoplatform.services.jcr.ext.replication.recovery with parameters of type ChannelManager
ConnectionFailDetector(ChannelManager channelManager, WorkspaceDataContainer dataContainer, RecoveryManager recoveryManager, int ownPriority, java.util.List<java.lang.String> otherParticipants, java.lang.String ownName, java.lang.String priprityType)
          ConnectionFailDetector constructor.
RecoveryManager(java.io.File recoveryDir, java.lang.String ownName, java.lang.String systemId, java.util.List<java.lang.String> participantsClusterList, long waitConformation, java.lang.String repoName, java.lang.String wsName, ChannelManager channelManager)
          RecoveryManager constructor.
RecoverySynchronizer(java.io.File recoveryDir, FileNameFactory fileNameFactory, FileCleaner fileCleaner, ChannelManager channelManager, java.lang.String ownName, RecoveryWriter recoveryWriter, RecoveryReader recoveryReader, java.lang.String systemId)
          RecoverySynchronizer constructor.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.