|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory
org.apache.jackrabbit.rmi.repository.URLRemoteRepositoryFactory
public class URLRemoteRepositoryFactory
Factory that looks up a remote repository from a given URL.
Constructor Summary | |
---|---|
URLRemoteRepositoryFactory(LocalAdapterFactory factory,
java.net.URL url)
Creates a factory for looking up a remote repository from a URL. |
Method Summary | |
---|---|
protected RemoteRepository |
getRemoteRepository()
Looks up and returns a remote repository from the configured URL. |
Methods inherited from class org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory |
---|
getRepository |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLRemoteRepositoryFactory(LocalAdapterFactory factory, java.net.URL url)
factory
- local adapter factoryurl
- URL or the remote repositoryMethod Detail |
---|
protected RemoteRepository getRemoteRepository() throws javax.jcr.RepositoryException
getRemoteRepository
in class AbstractRemoteRepositoryFactory
javax.jcr.RepositoryException
- if the remote repository is not available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |