org.apache.jackrabbit.j2ee
Class RepositoryAccessServlet.ClientFactoryDelegater

java.lang.Object
  extended by org.apache.jackrabbit.j2ee.RepositoryAccessServlet.ClientFactoryDelegater
Direct Known Subclasses:
RepositoryAccessServlet.RMIClientFactoryDelegater
Enclosing class:
RepositoryAccessServlet

protected abstract static class RepositoryAccessServlet.ClientFactoryDelegater
extends java.lang.Object

optional class for RMI, will only be used, if RMI client is present


Constructor Summary
protected RepositoryAccessServlet.ClientFactoryDelegater()
           
 
Method Summary
abstract  javax.jcr.Repository getRepository(java.lang.String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryAccessServlet.ClientFactoryDelegater

protected RepositoryAccessServlet.ClientFactoryDelegater()
Method Detail

getRepository

public abstract javax.jcr.Repository getRepository(java.lang.String uri)
                                            throws java.rmi.RemoteException,
                                                   java.net.MalformedURLException,
                                                   java.rmi.NotBoundException
Throws:
java.rmi.RemoteException
java.net.MalformedURLException
java.rmi.NotBoundException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.