com.atlassian.jira.bc.dataimport.ha
Class ClusterImportListener

java.lang.Object
  extended by com.atlassian.jira.bc.dataimport.ha.ClusterImportListener

public class ClusterImportListener
extends Object

Listens for imports and takes the appropriate actions

Since:
v6.1

Constructor Summary
ClusterImportListener(MessageHandler messageHandler, ClusterImportService clusterImportService)
           
 
Method Summary
 void onImportCompleted(ImportCompletedEvent importCompletedEvent)
           
 void onImportStarted(ImportStartedEvent importStartedEvent)
           
 void onRemoteImportCompleted(RemoteImportCompletedEvent remoteImportCompletedEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterImportListener

public ClusterImportListener(MessageHandler messageHandler,
                             ClusterImportService clusterImportService)
Method Detail

onImportStarted

@EventListener
public void onImportStarted(ImportStartedEvent importStartedEvent)

onImportCompleted

@EventListener
public void onImportCompleted(ImportCompletedEvent importCompletedEvent)

onRemoteImportCompleted

@EventListener
public void onRemoteImportCompleted(RemoteImportCompletedEvent remoteImportCompletedEvent)


Copyright © 2002-2014 Atlassian. All Rights Reserved.