Class ServerAdapterFactory

  • All Implemented Interfaces:
    RemoteAdapterFactory

    @Deprecated(forRemoval=true)
    public class ServerAdapterFactory
    extends Object
    implements RemoteAdapterFactory
    Deprecated, for removal: This API element is subject to removal in a future version.
    RMI support is deprecated and will be removed in a future version of Jackrabbit; see Jira ticket JCR-4972 for more information.

    Default implementation of the RemoteAdapterFactory interface. This factory uses the server adapters defined in this package as the default adapter implementations. Subclasses can override or extend the default adapters by implementing the corresponding factory methods.

    The bufferSize property can be used to configure the size of the buffer used by iterators to speed up iterator traversal over the network.