org.apache.jackrabbit.core.cluster
Interface NamespaceEventListener
- All Known Implementing Classes:
- NamespaceRegistryImpl
public interface NamespaceEventListener
Interface used to receive information about incoming, external namespace registry events.
externalRemap
void externalRemap(String oldPrefix,
String newPrefix,
String uri)
throws RepositoryException
- Called when a namespace has been externally remapped.
- Parameters:
oldPrefix - old prefix. if null this is a fresh mappingnewPrefix - new prefix. if null this is an unmap operationuri - uri to map prefix to
- Throws:
RepositoryException - if an error occurs
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.