com.atlassian.confluence.cluster.safety
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 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.
- See Also:
ClusterSafetyManager
,
ClusterSafetyJob
,
Serialized Form
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
ClusterPanicEvent
public ClusterPanicEvent(Object src,
String description)
getDescription
public String getDescription()