|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||