Class TerminateBackupRestoreJobRequest
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.confluence.event.events.ConfluenceEvent
-
- com.atlassian.confluence.impl.backuprestore.events.TerminateBackupRestoreJobRequest
-
- All Implemented Interfaces:
ClusterEvent
,Serializable
public class TerminateBackupRestoreJobRequest extends ConfluenceEvent implements ClusterEvent
Cluster event that requires to cancel the job on other nodes (if they are found). When we cancel the job, it can be run on any node, so we have to inform all nodes.- Since:
- 8.3.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description TerminateBackupRestoreJobRequest(Object src, long jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getJobId()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
TerminateBackupRestoreJobRequest
public TerminateBackupRestoreJobRequest(Object src, long jobId)
-
-