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 Object

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


Constructor Summary
protected RepositoryAccessServlet.ClientFactoryDelegater()
           
 
Method Summary
abstract  Repository getRepository(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 Repository getRepository(String uri)
                                  throws RemoteException,
                                         MalformedURLException,
                                         NotBoundException
Throws:
RemoteException
MalformedURLException
NotBoundException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.