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

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

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

Methods in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteRepository
 javax.jcr.Repository LocalAdapterFactory.getRepository(RemoteRepository remote)
          Factory method for creating a local adapter for a remote repository.
 javax.jcr.Repository LocalAdapterFactoryImpl.getRepository(RemoteRepository remote)
          Creates and returns a ClientRepository instance.
 

Constructors in org.exoplatform.services.jcr.rmi.api.client with parameters of type RemoteRepository
ClientRepository(RemoteRepository remote, LocalAdapterFactory factory)
          Creates a client adapter for the given remote repository.
 

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

Methods in org.exoplatform.services.jcr.rmi.api.remote that return RemoteRepository
 RemoteRepository RemoteAdapterFactory.getRemoteRepository(javax.jcr.Repository repository)
          Returns a remote adapter for the given local repository.
 

Uses of RemoteRepository in org.exoplatform.services.jcr.rmi.api.remote.core
 

Subinterfaces of RemoteRepository in org.exoplatform.services.jcr.rmi.api.remote.core
 interface RemoteManageableRepository
          Remote version of the JCR interface.
 

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

Classes in org.exoplatform.services.jcr.rmi.impl.server that implement RemoteRepository
 class ServerRepository
          Remote adapter for the JCR Repository interface.
 

Methods in org.exoplatform.services.jcr.rmi.impl.server that return RemoteRepository
 RemoteRepository RemoteAdapterFactoryImpl.getRemoteRepository(javax.jcr.Repository repository)
          Creates a ServerRepository instance.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.