Remote version of the JCR {@link javax.jcr.NamespaceRegistry NamespaceRegistry} interface.Used by the {@link org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry ServerNamespaceRegistry}and {@link org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry ClientNamespaceRegistry}adapters to provide transparent RMI access to remote namespace registries.
The methods in this interface are documented only with a reference to a corresponding NamespaceRegistry method. The remote object will simply forward the method call to the underlying NamespaceRegistry instance. Argument and return values, as well as possible exceptions, are copied over the network. RMI errors are signalled with RemoteExceptions.
@author Jukka Zitting
@see javax.jcr.NamespaceRegistry
@see org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry
@see org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry