Class ClusterPanicEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.cluster.safety.ClusterPanicEvent
- All Implemented Interfaces:
ClusterEvent
,Serializable
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.-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ClusterPanicEvent
-
-
Method Details
-
getDescription
-