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, java.io.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
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
ClusterPanicEvent(java.lang.Object src,
java.lang.String description)
|
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 |
ClusterPanicEvent
public ClusterPanicEvent(java.lang.Object src,
java.lang.String description)
getDescription
public java.lang.String getDescription()
Copyright © 2003-2014 Atlassian. All Rights Reserved.