* 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();
}