org.apache.jackrabbit.core.cluster
Interface UpdateEventListener
- All Known Implementing Classes:
- RepositoryImpl.WorkspaceInfo, VersionManagerImpl
public interface UpdateEventListener
Interface used to receive information about incoming, external update events.
externalUpdate
void externalUpdate(ChangeLog changes,
java.util.List events)
throws javax.jcr.RepositoryException
- Handle an external update.
- Parameters:
changes - external changes containing only node and property ids.events - events to deliver
- Throws:
javax.jcr.RepositoryException - if the update cannot be processed
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.