Uses of Interface
com.atlassian.confluence.event.events.cluster.ClusterEventWrapperService

Packages that use ClusterEventWrapperService
com.atlassian.confluence.cluster   
com.atlassian.confluence.cluster.hazelcast   
com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present. 
 

Uses of ClusterEventWrapperService in com.atlassian.confluence.cluster
 

Methods in com.atlassian.confluence.cluster with parameters of type ClusterEventWrapperService
 void ClusterEventBroadcaster.setClusterEventWrapperService(ClusterEventWrapperService clusterEventWrapperService)
           
 

Uses of ClusterEventWrapperService in com.atlassian.confluence.cluster.hazelcast
 

Classes in com.atlassian.confluence.cluster.hazelcast that implement ClusterEventWrapperService
 class HazelcastClusterEventWrapperService
          Hazlecast implementation of the ClusterEventWrapperService
 

Uses of ClusterEventWrapperService in com.atlassian.confluence.cluster.nonclustered
 

Classes in com.atlassian.confluence.cluster.nonclustered that implement ClusterEventWrapperService
 class NonClusterEventWrapperService
          Generic wrapper service for use in non-clustered confluence.
 



Copyright © 2003–2015 Atlassian. All rights reserved.