org.apache.jackrabbit.j2ee
Class RepositoryStartupServlet.RemoteFactoryDelegater

java.lang.Object
  extended by org.apache.jackrabbit.j2ee.RepositoryStartupServlet.RemoteFactoryDelegater
Direct Known Subclasses:
RepositoryStartupServlet.RMIRemoteFactoryDelegater
Enclosing class:
RepositoryStartupServlet

protected abstract static class RepositoryStartupServlet.RemoteFactoryDelegater
extends Object

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


Constructor Summary
protected RepositoryStartupServlet.RemoteFactoryDelegater()
           
 
Method Summary
abstract  Remote createRemoteRepository(Repository repository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryStartupServlet.RemoteFactoryDelegater

protected RepositoryStartupServlet.RemoteFactoryDelegater()
Method Detail

createRemoteRepository

public abstract Remote createRemoteRepository(Repository repository)
                                       throws RemoteException
Throws:
RemoteException


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