public class

ClusterPanicEvent

extends ConfluenceEvent
implements ClusterEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ org.springframework.context.ApplicationEvent
       ↳ com.atlassian.event.Event
         ↳ com.atlassian.confluence.event.events.ConfluenceEvent
           ↳ com.atlassian.confluence.cluster.safety.ClusterPanicEvent

Class Overview

Used when the ClusterSafetyManager detects a fatal error in the configuration of the cluster. Listeners of this event should prevent all access to the application and present the description message to the user.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
ClusterPanicEvent(Object src, String description)
Public Methods
String getDescription()
[Expand]
Inherited Methods
From class com.atlassian.event.Event
From class org.springframework.context.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public ClusterPanicEvent (Object src, String description)

Public Methods

public String getDescription ()