Uses of Interface
org.exoplatform.services.jcr.rmi.api.remote.RemoteNamespaceRegistry

Packages that use RemoteNamespaceRegistry
org.exoplatform.services.jcr.rmi.api.client   
org.exoplatform.services.jcr.rmi.api.remote   
org.exoplatform.services.jcr.rmi.impl.server   
 

Uses of RemoteNamespaceRegistry in org.exoplatform.services.jcr.rmi.api.client
 

Methods in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteNamespaceRegistry
 javax.jcr.NamespaceRegistry LocalAdapterFactoryImpl.getNamespaceRegistry(RemoteNamespaceRegistry remote)
          Creates and returns a ClientClientNamespaceRegistry instance.
 javax.jcr.NamespaceRegistry LocalAdapterFactory.getNamespaceRegistry(RemoteNamespaceRegistry remote)
          Factory method for creating a local adapter for a remote namespace registry.
 

Constructors in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteNamespaceRegistry
ClientNamespaceRegistry(RemoteNamespaceRegistry remote, LocalAdapterFactoryImpl factory)
          Creates a local adapter for the given remote namespace registry.
 

Uses of RemoteNamespaceRegistry in org.exoplatform.services.jcr.rmi.api.remote
 

Methods in org.exoplatform.services.jcr.rmi.api.remote that return RemoteNamespaceRegistry
 RemoteNamespaceRegistry RemoteWorkspace.getNamespaceRegistry()
          Remote version of the Workspace.getNamespaceRegistry() method.
 RemoteNamespaceRegistry RemoteAdapterFactory.getRemoteNamespaceRegistry(javax.jcr.NamespaceRegistry registry)
          Returns a remote adapter for the given local namespace registry.
 

Uses of RemoteNamespaceRegistry in org.exoplatform.services.jcr.rmi.impl.server
 

Classes in org.exoplatform.services.jcr.rmi.impl.server that implement RemoteNamespaceRegistry
 class ServerNamespaceRegistry
          Remote adapter for the JCR NamespaceRegistry interface.
 

Methods in org.exoplatform.services.jcr.rmi.impl.server that return RemoteNamespaceRegistry
 RemoteNamespaceRegistry ServerWorkspace.getNamespaceRegistry()
          Remote version of the Workspace.getNamespaceRegistry() method.
 RemoteNamespaceRegistry RemoteAdapterFactoryImpl.getRemoteNamespaceRegistry(javax.jcr.NamespaceRegistry registry)
          Creates a ServerNamespaceRegistry instance.
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.