Uses of Interface
org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry

Packages that use RemoteNamespaceRegistry
org.apache.jackrabbit.rmi.client Client implementation of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.remote Remote interfaces of the transparent JCR-RMI layer. 
org.apache.jackrabbit.rmi.server Server implementation of the transparent JCR-RMI layer. 
 

Uses of RemoteNamespaceRegistry in org.apache.jackrabbit.rmi.client
 

Methods in org.apache.jackrabbit.rmi.client with parameters of type RemoteNamespaceRegistry
 NamespaceRegistry LocalAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
          Factory method for creating a local adapter for a remote namespace registry.
 NamespaceRegistry ClientAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
          Creates and returns a ClientClientNamespaceRegistry instance.
 

Constructors in org.apache.jackrabbit.rmi.client with parameters of type RemoteNamespaceRegistry
ClientNamespaceRegistry(RemoteNamespaceRegistry remote, LocalAdapterFactory factory)
          Creates a local adapter for the given remote namespace registry.
 

Uses of RemoteNamespaceRegistry in org.apache.jackrabbit.rmi.remote
 

Methods in org.apache.jackrabbit.rmi.remote that return RemoteNamespaceRegistry
 RemoteNamespaceRegistry RemoteWorkspace.getNamespaceRegistry()
          Remote version of the Workspace.getNamespaceRegistry() method.
 

Uses of RemoteNamespaceRegistry in org.apache.jackrabbit.rmi.server
 

Classes in org.apache.jackrabbit.rmi.server that implement RemoteNamespaceRegistry
 class ServerNamespaceRegistry
          Remote adapter for the JCR NamespaceRegistry interface.
 

Methods in org.apache.jackrabbit.rmi.server that return RemoteNamespaceRegistry
 RemoteNamespaceRegistry ServerWorkspace.getNamespaceRegistry()
          Remote version of the Workspace.getNamespaceRegistry() method.
 RemoteNamespaceRegistry ServerAdapterFactory.getRemoteNamespaceRegistry(NamespaceRegistry registry)
          Creates a ServerNamespaceRegistry instance.
 RemoteNamespaceRegistry RemoteAdapterFactory.getRemoteNamespaceRegistry(NamespaceRegistry registry)
          Returns a remote adapter for the given local namespace registry.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.