com.atlassian.confluence.event.events.cluster
Class ClusterReindexRequiredEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by com.atlassian.event.Event
              extended by com.atlassian.confluence.event.events.ConfluenceEvent
                  extended by com.atlassian.confluence.event.events.cluster.ClusterReindexRequiredEvent
All Implemented Interfaces:
ClusterEvent, java.io.Serializable

public class ClusterReindexRequiredEvent
extends ConfluenceEvent
implements ClusterEvent

Event to fire when every other node in the cluster requires a reindex. (Eg after a full site import).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ClusterReindexRequiredEvent(java.lang.String reason)
          Construct an event to reindex the whole cluster.
 
Method Summary
 
Methods inherited from class com.atlassian.event.Event
equals, hashCode
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterReindexRequiredEvent

public ClusterReindexRequiredEvent(java.lang.String reason)
Construct an event to reindex the whole cluster. Pass a debugging string as the source, describing the cause of the reindexing requirement.



Copyright © 2003-2014 Atlassian. All Rights Reserved.