com.atlassian.jira.crowd.embedded.ofbiz
Class OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener

java.lang.Object
  extended by com.atlassian.jira.crowd.embedded.ofbiz.OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener
Enclosing class:
OfBizCacheFlushingManager

public static final class OfBizCacheFlushingManager.OfBizCacheFlushingManagerListener
extends Object


Method Summary
 void onEvent(com.atlassian.crowd.event.directory.DirectoryDeletedEvent event)
          Listens for the DirectoryDeletedEvent, which means we need to flush all the caches in the correct order.
 void onEvent(com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent event)
          Listens for the XMLRestoreFinishedEvent, which means we need to flush all the caches in the correct order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onEvent

@EventListener
public void onEvent(com.atlassian.crowd.event.migration.XMLRestoreFinishedEvent event)
Listens for the XMLRestoreFinishedEvent, which means we need to flush all the caches in the correct order.

Parameters:
event - XMLRestoreFinishedEvent.

onEvent

@EventListener
public void onEvent(com.atlassian.crowd.event.directory.DirectoryDeletedEvent event)
Listens for the DirectoryDeletedEvent, which means we need to flush all the caches in the correct order.

Parameters:
event - DirectoryDeletedEvent.


Copyright © 2002-2014 Atlassian. All Rights Reserved.