Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.repository.cache
Class DocumentModelCacheUpdater

java.lang.Object
  extended by org.nuxeo.ecm.core.api.repository.cache.DocumentModelCacheUpdater
All Implemented Interfaces:
OperationEventListener

public class DocumentModelCacheUpdater
extends java.lang.Object
implements OperationEventListener

Author:
Max Stepanov

Constructor Summary
DocumentModelCacheUpdater(DocumentModelCache cache)
           
 
Method Summary
 void handleEvent(DocumentModelCache cache, java.util.HashSet<DocumentModel> updatedDocs, java.util.HashSet<DocumentModel> updatedTrees, OperationEvent event)
           
 void handleEvents(OperationEvent[] events, boolean urgent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentModelCacheUpdater

public DocumentModelCacheUpdater(DocumentModelCache cache)
Method Detail

handleEvents

public void handleEvents(OperationEvent[] events,
                         boolean urgent)
Specified by:
handleEvents in interface OperationEventListener

handleEvent

public void handleEvent(DocumentModelCache cache,
                        java.util.HashSet<DocumentModel> updatedDocs,
                        java.util.HashSet<DocumentModel> updatedTrees,
                        OperationEvent event)
                 throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.