Examples of JackrabbitServerAdapterFactory


Examples of org.apache.jackrabbit.rmi.jackrabbit.JackrabbitServerAdapterFactory

     * the Jackrabbit API over RMI. Extensions of this class may overwrite this
     * method to return a different implementation to provide different JCR
     * extension API depending on the server implementation.
     */
    protected RemoteAdapterFactory getRemoteAdapterFactory() {
        return new JackrabbitServerAdapterFactory();
    }
View Full Code Here

Examples of org.apache.jackrabbit.rmi.jackrabbit.JackrabbitServerAdapterFactory

     * the Jackrabbit API over RMI. Extensions of this class may overwrite this
     * method to return a different implementation to provide different JCR
     * extension API depending on the server implementation.
     */
    protected RemoteAdapterFactory getRemoteAdapterFactory() {
        return new JackrabbitServerAdapterFactory();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.