Class ClusterPanicEvent
- 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
-
- All Implemented Interfaces:
ClusterEvent
,Serializable
public class ClusterPanicEvent extends ConfluenceEvent implements ClusterEvent
Used when theClusterSafetyManager
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.- See Also:
ClusterSafetyManager
,ClusterSafetyJob
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ClusterPanicEvent(Object src, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-